ekostadinov

Runners Web Site - HTML Page

Oct 2nd, 2012
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6.     <title>Runners Home TM</title>
  7.     <style type="text/css"></style>
  8.     <link type="text/css" rel="stylesheet" href="RunnersSiteStyles.css"/>    
  9.    
  10. </head>
  11.  
  12. <body>
  13.     <div id="header"><h1> Hello Stranger!</h1></div>
  14.     <div id="navigation"><h1>Wellcome to Runners Home <span><sup>TM</sup></span></h1></div>
  15.     <div id="content">
  16.         <p> Runners Home <span><sup>TM</sup></span>  is dedicated to providing you with:</p>
  17.         <ul>
  18.             <li>the most up-to-date information on running races</li>
  19.             <li>the best resources for runners.</li>    
  20.         </ul>
  21.  
  22.     <hr />
  23.     <br />
  24.     <div id="footer"> &copy; 2007 Runners Home. All rights reserved.</div>
  25.     </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment