Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>My Favorite Quotes</title>
- </head>
- <body>
- <!-- 1. Add a heading based on the title given in the head-->
- <h1>My Favorite Quotes</h1>
- <!-- 2. Add your favorite quote as a block below wrapping the entire thing in an apt
- tag along with the author's name -->
- <blockquote>
- "The only way to do great work is to love what you do."
- <footer>Steve Jobs</footer>
- </blockquote>
- <!--3. Wrap in an abbr tag the content in the paragraph you deem appropriate -->
- <p>Here is some of <abbr title="HyperText Markup Language">HTML</abbr> code for you to wrack your brain at</p>
- <!-- 4. Add a pre tag around the code tag-->
- <pre>
- <code>
- <html>
- <head>
- <title>My Website</title>
- </head>
- <body>
- Hello, world!
- </body>
- </html>
- </code>
- </pre>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment