Day4-Exercise5(To Demonstrate UnOrdered list )

<!To  Demonstrate UnOrdered list >
<html>
<body>
<h2>ordered list</h2>
<ul>
   <li>south africa</li>
 <li>North
 <ul>
   <li>ethiopia</li>
   <li>eritrea </li>
 </ul>

<li>tanzania</li>
</ul>
</body>
</html>

Comments

Popular posts from this blog