JavaScript DOM(Document Object Model)

DOM is such a technology with the help of which we can completely control any html document with JavaScript. With the help of DOM we can access…

CSS Positions Static, absolute, relative, fixed and sticky

There are five types of position property : static relative absolute fixed sticky static: Static positioned elements are not affected by any attribute like top, bottom, left,…