show-notice
hide-notice

Wednesday 7 August 2013

CSS Lists


Introduction:

CSS includes a number of list properties to help you style your HTML lists.

Example:
<html>
<head>
<title></title>
</head>
<body>
<ul style="list-style-type:circle;">
<li>List item one</li>
<li>List item two</li>
</ul>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com