Advertisement
Josif_tepe

Untitled

Apr 7th, 2023
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <link rel = "stylesheet" href = "style.css">
  5.         <title>Milosh first website</title>
  6.     </head>
  7.  
  8.     <body>
  9.         <h1>
  10.             Hello from Header 1
  11.         </h1>
  12.         <h2>
  13.             Hello from Header 2
  14.         </h2>
  15.         <h3>
  16.             Hello from Header 3
  17.         </h3>
  18.         <h4>
  19.             Hello from Header 4
  20.         </h4>
  21.         <h5>
  22.             Hello from Header 5
  23.         </h5>
  24.         <h6>
  25.             Hello from Header 6
  26.         </h6>
  27.        
  28.         <p>
  29.             Hello, I am Milosh, and this is my first website. I will create a bunch of games using HTML, CSS and
  30.             JavaScript by the end of the school year.
  31.  
  32.         </p>
  33.  
  34.         <img src = "cat_photo.jpeg" alt = "This is an image of a cat">
  35.  
  36.         <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>
  37.     </body>
  38.  
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement