Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Runners Home</title>
- </head>
- <body>
- <div class="welcoming-paragraph">
- <p>Hello, Strangers!</p>
- </div>
- <header>
- <h1>Welcome to Runners Home ™</h1>
- </header>
- <div class="content">
- <h2>Runners Home is dedicted to providing you with:</h2>
- <ul type="disc">
- <li>the most up-to-date information on running races.</li>
- <li>the best resources for runners.</li>
- </ul>
- <hr>
- </div>
- <footer>
- <p>© Runners Home. All rights reserved.</p>
- </footer>
- </body>
- </html>
Add Comment
Please, Sign In to add comment