Day3-Exercise8(To demonstrate Ordered-List)

<!To demonstrate Ordered-List>
<html>
<body>
<h2>ordered list</h2>
<ol>
   <li>south africa</li>
   <li>ethiopia</li>
   <li>eritrea </li>
   <li>tanzania</li>
</ol>
</body>
</html>

Comments

Popular posts from this blog