Q2-LAB-08

 <!DOCTYPE html>

<html>

<body>

<div style="background-color:lightblue">

<h3> Q2-LAB-08 </h3>

<p>------------------</p>

</div>

<dl>

<div style="background-color:Yellow">

<dt>Coffee</dt>

<dd>Black hot drink</dd>

<div style="background-color:lightgreen">

<dt>Milk</dt>

<dd>White cold drink</dd>

</dl>

</body>

</html>



Comments

Popular posts from this blog

Explain about the HTML code above :

Difference between Example 1 and Example 2

Explanation about html code