Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <head>
- <title>Task1</title>
- <link type="text/css" rel="stylesheet" href="task1.css"/>
- </head>
- <body>
- <div id="wrapper">
- <header>
- <div>Hello Stranger!</div>
- </header>
- <section>
- <h1>Welcome to Runners Home<sup>TM</sup></h1>
- <article>
- Runners Home<sup>TM</sup> is decicated to providing you with:
- <ul>
- <li>the most up-to-date information on running races</li>
- <li>the best resources for runners</li>
- </ul>
- </article>
- </section>
- <footer>
- © 2007 Runners Home. All rights reserved
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment