sofiiiaaapiust

Untitled

Feb 9th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Contact Information</title>
  4. </head>
  5. <body>
  6. <h1>Contact Information</h1>
  7. <!-- 1. Add your Name ad Email Below and wrap it in an Address element-->
  8. <address>
  9. Name: [Your name]<br>
  10. Email: <a href="mailto:[Your email address]">[Your email address]</a><br>
  11. </address>
  12.  
  13. <!-- 2. Create a div element with a quote inside it using the `q` tag-->
  14. <q>The worst enemy to creativity is self-doubt</q>- Sylvia Plath
  15. <!-- 3. Wrap a superscript tag where it seems appropriate-->
  16. <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>
  17. <!-- 4. Use the appropriate HTML entities to wrap the anchor tag here as code -->
  18. <code>&lt;a href="https://www.example.com"&gt;Example website&lt;/a&gt;</code>
  19.  
  20. <div>
  21. <p>This text is inside a div element.</p>
  22. </div>
  23. <!-- 5. Add the copy symbol at the spot having '???' -->
  24. <p>HTML entities can be used to display special characters, such as the copyright symbol &copy; or the em dash &mdash;.</p>
  25.  
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment