1.         Order list
  2.         Unorder list



ORDERED LIST




<html>
<body>

<h2><font color="#FF0000">An ordered list of Indian Movies in HTML </font> </h2>

<ol>
  <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>