Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Contact Information</title>
- </head>
- <body>
- <h1>Contact Information</h1>
- <!-- 1. Add your Name ad Email Below and wrap it in an Address element-->
- <address>
- Name: [Your name]<br>
- Email: <a href="mailto:[Your email address]">[Your email address]</a><br>
- </address>
- <!-- 2. Create a div element with a quote inside it using the `q` tag-->
- <q>The worst enemy to creativity is self-doubt</q>- Sylvia Plath
- <!-- 3. Wrap a superscript tag where it seems appropriate-->
- <p>Einstein's theory of relativity can be written as E = mc<sup>2</sup>, where E is energy, m is mass, and c is the speed of light in a vacuum.</p>
- <!-- 4. Use the appropriate HTML entities to wrap the anchor tag here as code -->
- <code><a href="https://www.example.com">Example website</a></code>
- <div>
- <p>This text is inside a div element.</p>
- </div>
- <!-- 5. Add the copy symbol at the spot having '???' -->
- <p>HTML entities can be used to display special characters, such as the copyright symbol © or the em dash —.</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment