Answers for "what is div in html used for"

1

make a div in html

<div> </div>
Posted by: Guest on October-30-2020
3

div in html

<div class="" id=""></div>
Posted by: Guest on October-05-2020
2

div html

<div style="background-color:lightblue">
  <h3>This is a heading</h3>
  <p>This is a paragraph.</p>
</div>
Posted by: Guest on November-14-2019
2

html div

//div tag

<div>
	//content
  	
</div>

//a div is an invisible box
Posted by: Guest on July-15-2020

Browse Popular Code Answers by Language