Mon Feb 27, 2012 1:15 am
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Usage of UL tag</title>
<style type="text/css">
li {
padding: 2px;
border: 1px solid black;
}
ul {
margin-left: 40px;
padding: 2px;
list-style: none;
width: 10%;
border: 1px solid red;
}
</style>
</head>
<body>
<p>
These are the list of colors :
</p>
<ul>
<li>red</li>
<li>green</li>
<li>blue</li>
<li>yellow</li>
</ul>
</body>
</html>
|
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.