show-notice
hide-notice

Friday 9 August 2013

HTML li Tag


Introduction:

The HTML li tag is used for specifying a list item in ordered, unordered, directory, and menu lists.



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

</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com