Day4-Exercise2(To Demonstrate Ordered list Using small-alphabets)
<!To Demonstrate Ordered list Using small-alphabets>
<html>
<body>
<h2>ordered list</h2>
<ol type="a">
<li>south africa</li>
<li>ethiopia</li>
<li>eritrea </li>
<li>tanzania</li>
</ol>
</body>
</html>
<html>
<body>
<h2>ordered list</h2>
<ol type="a">
<li>south africa</li>
<li>ethiopia</li>
<li>eritrea </li>
<li>tanzania</li>
</ol>
</body>
</html>
Comments
Post a Comment