Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <link rel = "stylesheet" href = "style.css">
- <title>Milosh first website</title>
- </head>
- <body>
- <h1>
- Hello from Header 1
- </h1>
- <h2>
- Hello from Header 2
- </h2>
- <h3>
- Hello from Header 3
- </h3>
- <h4>
- Hello from Header 4
- </h4>
- <h5>
- Hello from Header 5
- </h5>
- <h6>
- Hello from Header 6
- </h6>
- <p>
- Hello, I am Milosh, and this is my first website. I will create a bunch of games using HTML, CSS and
- JavaScript by the end of the school year.
- </p>
- <img src = "cat_photo.jpeg" alt = "This is an image of a cat">
- <a href = "dog.html" title="This link will take you to a picture of a dog">Click here to open a picture of a dog!</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement