0
What is the use of the <div> tag?
2 ответов
0
the <div> tag is used as a general container for other parts of you code.
For Example:
<body>
<div>
<p>This paragraph is held within the general div container, wich is located in the body of my program</p>
</div>
</body>
Hope this helped!
0
It is like a group box and very useful for responsive websites using bootstrap