-Annie-

Runner's Home

Sep 4th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.       <title>Runners Home</title>
  5.    </head>
  6.    <body>
  7.       <div class="welcoming-paragraph">
  8.          <p>Hello, Strangers!</p>
  9.       </div>
  10.       <header>
  11.          <h1>Welcome to Runners Home &#8482;</h1>
  12.       </header>
  13.       <div class="content">
  14.          <h2>Runners Home is dedicted to providing you with:</h2>
  15.          <ul type="disc">
  16.             <li>the most up-to-date information on running races.</li>
  17.             <li>the best resources for runners.</li>
  18.          </ul>
  19.          <hr>
  20.       </div>
  21.       <footer>
  22.          <p>&#169; Runners Home. All rights reserved.</p>
  23.       </footer>
  24.    </body>
  25. </html>
Add Comment
Please, Sign In to add comment