orderlist
- Alex
- Deeksha
- Neha
- Ray
source code for order list tag
<head>
<title>Order list</title>
<body bgcolor="green+yellow">
<h3>orderlist</h3>
<ol>
<li>Alex</li>
<li>Deeksha</li>
<li>Neha</li>
<li>Ray</li>
</0l>
</body>
</head>