Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- 1. Set the `lang` attribute to `en` -->
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <!-- 2. Add title tag with the content `Challenge 2.1` -->
- <title>Challenge 2.1</title>
- </head>
- <body>
- <!-- 3. Add a heading with content `Welcome to my webpage` -->
- <h1>Welcome to my webpage</h1>
- <!-- 4. Add a `src` attribute with a path to an image named `profile.jpg` in the pics folder. Also add an `alt` attribute -->
- <img src="profile.jpg" alt="Profile picture">
- <!-- 5. Add the `b` and `em` tag to the paragraph-->
- <p>Hello, my name is [your name] and I am a <b>[your occupation or interest]</b>.
- On this webpage, you will find information about my <em>hobbies and interests</em>.</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment