html what is div tag code example
Example 1: what is div in html
<div>
<!-- This is opening of a division tag-->
</div>
Example 2: html div
//div tag
<div>
//content
</div>
//a div is an invisible box
<div>
<!-- This is opening of a division tag-->
</div>
//div tag
<div>
//content
</div>
//a div is an invisible box