Day4-Exercise3(To Demonstrate Ordered list Using Roman)

<!To  Demonstrate Ordered list Using  Roman>
<html>
<body>
<h2>ordered list</h2>
<ol type="i">
   <li>south africa</li>
   <li>ethiopia</li>
   <li>eritrea </li>
   <li>tanzania</li>
</ol>
</body>
</html>

Comments

Popular posts from this blog