Friday, June 3, 2011

HTML tutorial

Ordered list
<html>
<head>
<title>ordered list</title>
</head>
<body>My Hobbies and interest
<ol type="a">
<li>movies
<li>listioning music
<li>cricket
<li>traveling
</ol>
My favourite movies
<ol type=1>
<li>Guide
<li>Munna Bhai M.B.B.S
<LI>Dhol
<li>Dhamal
</ol>
My favourite cricketer
<ol type="A">
<li>sachin tendulkar
<li>shane warne
<li>Harbhajan singh
</Ol>
</body>
</html>
preview-

No comments: