Computer Science, asked by Anonymous, 4 months ago

What is the use of the div tag? what are the attributes of the div tag? Elaborate.​

Answers

Answered by purveshKolhe
4

Answer:

The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a container for HTML elements - which is then styled with CSS or manipulated with JavaScript. The <div> tag is easily styled by using the class or id attribute. Any sort of content can be put inside the <div> tag

Answer by purvesh. Program world

Similar questions