Advertisement
Billyeee

Study Guide HW

Mar 3rd, 2021
1,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. **HTML #1**
  2. <!DOCTYPE html>
  3. <html>
  4.     <head>
  5.         <title></title>
  6.     </head>
  7.  
  8.     <body>
  9.     </body>
  10. </html>
  11.  
  12. **HTML #2**
  13. <head>
  14.     <link href="style.css" rel="stylesheet" type="text/css">
  15. </head>
  16.  
  17. **HTML #3**
  18. <p id="potato>Bingus</p>
  19.  
  20. **HTML #4**
  21. <p class="master">Bingus</p>
  22.  
  23. **HTML #5**
  24. <img src="picture.png">
  25.  
  26. **HTML #6**
  27. <a href="https://www.google.com">Google</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement