Advertisement
sofiiiaaapiust

Untitled

Feb 11th, 2023
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- 1. Set the lang attribute to "en" -->
  3. <html lang="en">
  4. <head>
  5. <meta charset="UTF-8" />
  6. <!-- 2. Add title tag with the content Challenge -->
  7. <title>Challenge</title>
  8. </head>
  9. <body>
  10. <!-- 3. Add a heading with content Welcome to my webpage -->
  11. <h1>Welcome to my webpage</h1>
  12. <!-- 4. Add an src attribute with a path to an image you want to add. Also, add an alt attribute -->
  13. <img src="profile.jpg" alt="Profile picture" />
  14. <!-- 5. Add the b and em tag to the paragraph-->
  15. <p>
  16. Hello, my name is [your name] and I am a
  17. <b>[your occupation or interest]</b>. On this webpage, you will find
  18. information about my <em>hobbies and interests</em>.
  19. </p>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement