Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <title>Website</title> <!-- This sets the title of the page. !-->
- </head>
- <body>
- <h1 title="You found me!">Hello, world!</h1> <!-- This is the largest header. !-->
- <p>How are you today?</p> <!-- This is a paragraph. !-->
- <a href="index.html" title="Click me to reload the current page.">Recursion!</a> <!-- This is a link. !-->
- <br/> <!-- This is a line break !-->
- <img src="img/avatar.png" width="200" height="200"/> <!-- This is an image. !-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement