Home | Computer Science
21.Write a programme using <ol>,<ul>,<li>

<html>
<head><title> first programme</title></head>
<body>
<ol type="A">
<li> Chandigarh</li><li> Ludhiana</li> <li> Dhuri</li> <li>Sangrur</li></ol>
<ul type="disc">
<li> Kerala </li> <li>Goa</li><li> West bengal</li><li> Punjab</li>
</ul>
types in ol :- 1, i, I, A, a<br>
types in ul :- disc , circle , square
</body>
</html>
output:-