vonko1988

HTML_basics_homework_task1.html

Jan 15th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.63 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  <head>
  4.     <title>Task1</title>
  5.     <link type="text/css" rel="stylesheet" href="task1.css"/>
  6.  </head>
  7.  <body>
  8.  <div id="wrapper">
  9.       <header>
  10.         <div>Hello Stranger!</div>
  11.       </header>
  12.       <section>
  13.         <h1>Welcome to Runners Home<sup>TM</sup></h1>
  14.         <article>
  15.             Runners Home<sup>TM</sup> is decicated to providing you with:
  16.             <ul>
  17.                 <li>the most up-to-date information on running races</li>
  18.                 <li>the best resources for runners</li>
  19.             </ul>
  20.         </article>
  21.       </section>
  22.       <footer>
  23.         &copy; 2007 Runners Home. All rights reserved
  24.       </footer>
  25.   </div>
  26.  </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment