show-notice
hide-notice

Friday 9 August 2013

HTML ol Tag


Introduction:

The HTML ol tag is used for specifying an ordered list (or numbered list).

Example:
<html>
<head>
<title>HTML ol Tag<title>
</head>
<body>
<ol>
<li>ol - ordered list</li>
<li>ul - unordered list</li>
<li>dir - directory list (deprecated)</li>
<li>menu - menu list (deprecated)</li>
</ol>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com