Advertisement
Guest User

Untitled

a guest
Mar 18th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.     <head>
  5.          <link rel="stylesheet" type="text/css" href="StyleSheet.css">
  6.         <meta charset="utf-8" />
  7.         <title>Website</title>
  8.     </head>
  9.     <body class="body">
  10.         <header class="mainHeader">
  11.            <div class="logoArea">
  12.                 <img alt="logo" src="logo.jpg" width="250px" height="120px">
  13.             </div>
  14.             <nav><ul>
  15.                 <li><a class="active" href="Index.html">Home<br/></a></li>
  16.                 <li><a href="About.html">About<br/></a></li>
  17.                 <li><a href="Random.html">Random</a></li>
  18.             </ul></nav>
  19.         </header>
  20.  
  21.         <div class="mainInfo">
  22.             <div class="miInfo">
  23.                 <p>This is where you can put some side information about your site! The user will most likely
  24.                 see this part second! This is where you can put some side information about your site! The user will most likely
  25.                 see this part second! This is where you can put some side information about your site! The user will most likely
  26.                 see this part second! This is where you can put some side information about your site! The user will most likely
  27.                 see this part second! This is where you can put some side information about your site! The user will most likely
  28.                 see this part second! </p>
  29.             </div>
  30.         </div>
  31.  
  32.     </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement