List with Numbers


<html>
<body>

<h2><font color="#00FF00">Ordered List with Numbers</font></h2>

<ol type="1">
   <li>Bujhe Na Se Bujhe Na</li>
  <li>Gandu</li>
  <li>
Nayak: The Hero</li>
   <li>
The Music Room </li>
    <li>
Charulata </li>
     <li>
Pather Panchali</li>
      <li>
The Big City </li>
       <li>
The Clay Bird </li>
        <li>
The Adventures of Goopy and Bagha</li>
<li>
Monpura</li>
</ol>

</body>
</html>

 List with Letters


<html>
<body>

<h2><font color="#00FF00">Ordered List with Letters</font></h2>

<ol type="A">
   <li>Bujhe Na Se Bujhe Na</li>
  <li>Gandu</li>
  <li>
Nayak: The Hero</li>
   <li>
The Music Room </li>
    <li>
Charulata </li>
     <li>
Pather Panchali</li>
      <li>
The Big City </li>
       <li>
The Clay Bird </li>
        <li>
The Adventures of Goopy and Bagha</li>
<li>
Monpura</li>
</ol>

</body>
</html>



 List with Lowercase Letters

<html>
<body>

<h2><font color="#00FF00">Ordered List with Lowercase Letters</font></h2>

<ol type="a">
   <li>Bujhe Na Se Bujhe Na</li>
  <li>Gandu</li>
  <li>
Nayak: The Hero</li>
   <li>
The Music Room </li>
    <li>
Charulata </li>
     <li>
Pather Panchali</li>
      <li>
The Big City </li>
       <li>
The Clay Bird </li>
        <li>
The Adventures of Goopy and Bagha</li>
<li>
Monpura</li>
</ol>

</body>
</html>

List with Roman Numbers


<html>
<body>

<h2><font color="#00FF00">Ordered List with Roman Numbers</font></h2>

<ol type="I">
   <li>Bujhe Na Se Bujhe Na</li>
  <li>Gandu</li>
  <li>
Nayak: The Hero</li>
   <li>
The Music Room </li>
    <li>
Charulata </li>
     <li>
Pather Panchali</li>
      <li>
The Big City </li>
       <li>
The Clay Bird </li>
        <li>
The Adventures of Goopy and Bagha</li>
<li>
Monpura</li>
</ol>

</body>
</html>


List with Lowercase Roman Numbers


<html>
<body>

<h2><font color="#00FF00">Ordered List with Lowercase Roman Numbers</font></h2>

<ol type="i">
   <li>Bujhe Na Se Bujhe Na</li>
  <li>Gandu</li>
  <li>
Nayak: The Hero</li>
   <li>
The Music Room </li>
    <li>
Charulata </li>
     <li>
Pather Panchali</li>
      <li>
The Big City </li>
       <li>
The Clay Bird </li>
        <li>
The Adventures of Goopy and Bagha</li>
<li>
Monpura</li>
</ol>

</body>
</html>