Advertisement
Guest User

HTML Code

a guest
May 9th, 2012
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.24 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>             
  4. <meta name="description" content="" />
  5. <meta name="keywords" content="" />
  6. <meta name="author" content="Richie Brown" />
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <link rel="stylesheet" type="text/css" href="css/style.css" />
  9. </head>
  10. <title>Website Homepage</title>
  11. <body>
  12.  
  13. <!--====================Begin Navigation Bar========================-->
  14. <div id="navigation">
  15.     <div style="float:left;">
  16.         <a href="index.html">Home</a>
  17.         <a href="#">Link</a>
  18.         <a href="#">Link</a>
  19.         <a href="#">Link</a>
  20.         <a href="#">Link</a>
  21.         <a href="#">Link</a>
  22.     </div>
  23. </div>
  24. <!--====================End Navigation Bar==========================-->
  25.  
  26.  
  27.  
  28.         <!--====================Begin Page Header/Title========================-->
  29.         <div id="pagehead">
  30.         Page Title
  31.         </div>
  32.         <!--====================End Page Header/Title==========================-->
  33.  
  34.  
  35.  
  36.     <!--====================Begin Content Area======================-->
  37.     <div style="padding:20px;">
  38.         <div id="pagecontent">
  39.             <div class="main-content-font">
  40.                 The title of this page goes in the gray box above. This is the homepage, you can put <u>anything</u> here  (the main content of your website
  41.                 which has some neat features and explains what your site is about should go here)!<br />
  42.                 <br>
  43.                 Content, content, and more content!<br />
  44.                 <br>
  45.                 Try to make it fill up as much space as possible, making the page longer. Don't fill it with useless junk, just anything
  46.                 you can think of that will benefit the page.
  47.             </div> 
  48.         </div>
  49.     </div>
  50.  
  51.     <!--====================End Content Area========================-->
  52.  
  53.    
  54.         <!--====================Begin Footer========================-->
  55.        
  56. <div class='footer'>
  57.     <div style="padding-top:20px;">
  58.         <center>
  59.                 <div class="copyright-text">
  60.                     &copy;Website. All Rights Reserved.
  61.                 </div>
  62.                 <form>
  63.                     <input id="search" type="text" placeholder="Search our website..." />
  64.                     <input id="searchsubmit" type="submit" value="" />
  65.                 </form>
  66.         </center>
  67.     </div>
  68. </div>
  69.  
  70.         <!--====================End Footer==========================-->
  71.  
  72.  
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement