<html>
<head>
<title> Nested List </title>
</head>
<body>
<h4>
<ul type="fill round">
<li> First Year </li>
<ul type="round">
<li> Semester I </li>
<li> Semester II </li>
</ul>
<li> Second Year </li>
<ul type="round">
<li> Semester III </li>
<li> Semester IV </li>
</ul>
<li> Third Year </li>
<ul type="round">
<li> Semester V </li>
<li> Semester VI </li>
</ul>
<li> Fourth year </li>
<ul type="round">
<li> Semester VII </li>
<li> Semester VIII </li>
</ul>
</ul>
</h4>
<body>
</html>
<head>
<title> Nested List </title>
</head>
<body>
<h4>
<ul type="fill round">
<li> First Year </li>
<ul type="round">
<li> Semester I </li>
<li> Semester II </li>
</ul>
<li> Second Year </li>
<ul type="round">
<li> Semester III </li>
<li> Semester IV </li>
</ul>
<li> Third Year </li>
<ul type="round">
<li> Semester V </li>
<li> Semester VI </li>
</ul>
<li> Fourth year </li>
<ul type="round">
<li> Semester VII </li>
<li> Semester VIII </li>
</ul>
</ul>
</h4>
<body>
</html>
No comments:
Post a Comment