Monday, September 28, 2015

Create a html page to display your class time table using " PRE " tag.

Solution:-
<html>
     <head>
               <title> class time table </title>
     </head>
     <body bgcolor='pink'>
               <pre><h1> &nbsp; &nbsp; &nbsp; Our class time table </h1></pre>
                        <pre><h2><font color='green'>
                                 S.N.  Subject  Period  Time  Teacher </font>
                                 <font color="blue">
                                     1 OM             1<sup>st</sup>    12:30-1:15  Gopal Raj Bhandari
                                     2 Graphics   2<sup>nd</sup>  1:15-2:00    Bhoj Raj Joshi
                                     3 e-learning 3<sup>rd</sup>  2:00-4:00   Reg Bahadur Bhandari
                                                                              OR<br>
                                        3 JAVA & VB.net 3<sup>rd</sup>  2:00-4:00 Romkant Pandey
                                </font>
                       </h2></pre>
        </body>
</html>