Day3-Exercise9(To demonstrate ordered List using numbers)

<!To demonstrate ordered List using numbers>
<html>
<body>
<h2>ordered list</h2>
<ol type="1">
   <li>south africa</li>
   <li>ethiopia</li>
   <li>eritrea </li>
   <li>tanzania</li>
</ol>
</body>
</html>

Comments

Popular posts from this blog