sofiiiaaapiust

Untitled

Feb 9th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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 2.1` -->
  7. <title>Challenge 2.1</title>
  8. </head>
  9. <body>
  10. <!-- 3. Add a heading with content `Welcome to my webpage` -->
  11. <h1>Welcome to my webpage</h1>
  12.  
  13. <!-- 4. Add a `src` attribute with a path to an image named `profile.jpg` in the pics folder. Also add an `alt` attribute -->
  14. <img src="profile.jpg" alt="Profile picture">
  15.  
  16. <!-- 5. Add the `b` and `em` tag to the paragraph-->
  17. <p>Hello, my name is [your name] and I am a <b>[your occupation or interest]</b>.
  18. On this webpage, you will find information about my <em>hobbies and interests</em>.</p>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment