Day4-Exercise4(To Demonstrate Ordered list dl and dt)
<!To Demonstrate Ordered list dl and dt>
<html>
<body>
<h2>ordered list</h2>
<dl>
<dt>south africa</dt>
<dd>ethiopia</dd>
<dt>eritrea </dt>
<dd>tanzania</dd>
</dl>
</body>
</html>
<html>
<body>
<h2>ordered list</h2>
<dl>
<dt>south africa</dt>
<dd>ethiopia</dd>
<dt>eritrea </dt>
<dd>tanzania</dd>
</dl>
</body>
</html>
Comments
Post a Comment