Answers for "what is a div used foer"

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
4

what is div in html

<div>
  <!-- This is opening of a division tag-->
</div>
Posted by: Guest on June-03-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
4

what is div in html

<div>
  <!-- This is opening of a division tag-->
</div>
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language