Advertisement
Guest User

HTML for College Design

a guest
Oct 16th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.48 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <LINK href="style.css" rel="stylesheet" type="text/css">
  4.     <title>Installation.</title>
  5. </head>
  6. <!--WEBSITE CONTENT STARTS HERE-->
  7. <body>
  8.     <div id = "wrap">
  9.  
  10.         <div id = "header">
  11.  
  12.             <div id = "headerlogo">
  13.                 <a href="index.html"><img src='images\logostatic.png' width='408' height='99' alt='InstallationLogo'/></a>
  14.             </div><!--headerlogo closing div-->
  15.        
  16.             <div id = "navBar">
  17.                 <ul>
  18.                 <li><a href="index.html">Home</a></li>
  19.                 <li><a href="reviews.html">Product Reviews</a></li>
  20.                 <li><a href="buildlogs.html">Build Logs</a></li>
  21.                 <li><a href="contact.html">Feedback</a></li></ul>
  22.             </div><!--navBar closing div-->
  23.         </div><!--header closing div-->
  24.  
  25.         <div id = "content">
  26.  
  27.             <div id = "gamerigs">
  28.                 <a href ="Pages/GamingRigs.html"><img id="gameroll" src="images/gameup.png" alt="gaming rigs"/></a>
  29.             </div>
  30.  
  31.             <div id = "buildapc">
  32.                 <a href = "Pages/Customizer.html"><img id ="custom" src="images/bagup.png" alt="customizer"/></a>
  33.             </div>
  34.  
  35.             <div id = "officepcs">
  36.                 <a href = "Pages/officepcs.html"><img id ="officepc" src="images/officeup.png" alt="offices"/></a>
  37.             </div>
  38.  
  39.             <div id = "theatrepc">
  40.                 <a href = "Pages/htpc.html"><img id ="theatre" src="images/htpcup.png" alt="homecinema"/></a>
  41.             </div>
  42.         </div><!--content closing div-->
  43.     </div>
  44.  
  45.     <!--Footer Items Contained Here-->
  46.         <div id = "footer">
  47.             <div id = "copyright">
  48.                 Copyright Installation
  49.             </div>
  50.         </div>
  51.     </div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement