Thursday, 30 October 2014

Program to create a Ordered list

<html>
<head>
<title>Ordered list</title>
</head>
<body>
Ordered list
<ol>
<li>Car</li>
<li>Bicycle</li>
<li>Aeroplane</li>
<li>Bus</li>
</ol>
</body>
</html>

for more examples http://makeitsimple.co.in/HTML_programs.php

No comments:

Post a Comment