Day3-Exercise6(To demonstrate Unordered-list(Square)

To demonstrate Unordered-list(Square)
<html>
<body>
<h2>unordered list</h2>
<ul style="list-style-type:square;">
   <li>south africa</li>
   <li>ethiopia</li>
   <li>eritrea </li>
   <li>tanzania</li>
<ul>
</body>
</html>

Comments

Popular posts from this blog