Html Div Meaning Code Example


Example 1: what is div in html


<div>
<!-- This is opening of a division tag-->
</div>

Example 2: div html


<div style="background-color:lightblue">
<h3>This is a heading</h3>
<p>This is a paragraph.</p>
</div>

Example 3: html div


//div tag

<div>
//content

</div>

//a div is an invisible box

Example 4: what means div


div {
display: block;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable