Day4-Exercise1(To Demonstrate Ordered list Using alphabets)
<!To Demonstrate Ordered list Using 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>
First Comment.Easy to understand.
ReplyDelete