Wed Feb 22, 2012 11:44 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Nested order list</title>
</head>
<body>
<center>
<p>
In this example we use ordered list as
inner one for other list.
</p>
</center>
Following are the top two employees ranked
by performance at each department monthly:
<ol>
<li>Sales Department
<ol>
<li>Tom Jakson</li>
<li>Alen Boson</li>
</ol>
</li>
<li>Marketing Department
<ol >
<li>Jack Adam</li>
<li>Ahmed Ali</li>
</ol>
</li>
<li>Development Department
<ol>
<li>Noha Kamal</li>
</ol>
</li>
</ol>
</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.