+ 1
How and where do i use the div tag in html
HTML
2 Answers
+ 1
<div> tag used to define a section in HTML page and group them to be formated with CSS
ex.
<div style="color:#0000F">
<h1>Header</h1>
<p>Text Here</p>
</div>
0
use it when you want to put together elements