Advertisement
viditkothari

BIT_HTML

Sep 29th, 2012
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>
  5.             Birla Inst. of Tech., Mesra | Exam. Dept.
  6.         </title>
  7.         <link rel="stylesheet" type="text/css" href="style.css">
  8.         <script type="text/javascript" src="script.js"></script>
  9.     </head>
  10.     <body>
  11.         <div id="wrapper">
  12.            
  13.             <div id="hd">
  14.                 <img src="BIT_logo.jpg" alt="Birla Institute of Technology, Mesra" width="500px" height="100px" id="headlg">
  15.                 <!-- Head Logo | headlg -->
  16.                 <br>
  17.                 <span>Examination Department</span>
  18.             </div>
  19.  
  20.             <div id="bd">
  21.                 <div id="contentArea">
  22.  
  23.                     <div id="ann">
  24.                         <div class="announce">
  25.                             <p class="annHead">Notice - 20th September, 2012</p>
  26.                             <p class="annContent">This is to inform you that Vidit Kothari is the best student in the history of all Birla Institute of Technology</p>
  27.                         </div>
  28.                     </div>
  29.  
  30.                     <div id="navDIV">
  31.                         <ul id="navUL">
  32.                             <a href="notices.html"><li>Notices</li></a>
  33.                             <a href="examschedule.html"><li>Exam Schedule</li></a>
  34.                             <a href="syllabus.html"><li>Syllabus</li></a>
  35.                             <a href="results.html"><li>Results</li></a>
  36.                         </ul>
  37.                     </div>
  38.                 </div>
  39.             </div>
  40.  
  41.             <div id="ft">
  42.                 &copy; Birla Institute of Technology 2012
  43.             </div>
  44.  
  45.         </div>
  46.     </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement