content division element html code example
Example 1: divs html
<div>hello there i am a div
<h1>i am h1 in div</h1>
<h2> i h2 in div</h2>
</div>
Example 2: div html
<div style="background-color:lightblue">
<h3>This is a heading</h3>
<p>This is a paragraph.</p>
</div>