<h1 ><center> <i><u>   my name is rohith </u></i>
        </center>       
        <hr>
       
    </h1>
    
    <ul type="square">
        
        <li> 
            
           <h2>   my favourite books </h2>
            
            <ul type="disc">
                <li> sapiens </li>
                <li> psychology of money</li>
                <li> thinking fast and slow </li>
            </ul>
        </li>
        
        
        <li>
        
            <h2>
                my favorite writers
            </h2>
            
            
                <ul type="circle">
                <li> rabindranath tagore </li>
                <li> j.k rowling </li>
                <li> abdul kalam </li>
            </ul> 
            
              </li>  
            
        
        
    </ul>
    
   <ol type="I" >
     
        <li>
        
          <h2>
              my favorute subjects
            </h2>
        <ol type="a" >
            <li> dbms</li>
            <li> data structures</li>
            <li> COA </li>
            </ol>
            
        </li>
        
        <li>
        
        <h2>
            my favorite movies
            </h2>
        <ol type="1" start="4" >
            <li> amores perros</li>
            <li> blackmail</li>
            <li> inception</li>
            </ol>
        
        </li>           
        
        
    </ol>