Advertisement
thotfrnk

hyperlinks.html

Nov 10th, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 KB | None | 0 0
  1. just class stuff lol
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html lang="en-US">
  6.  
  7. <head>
  8.       <title>Hyperlinking</title>
  9.       <meta charset="utf-8">
  10. </head>
  11.  
  12. <body>
  13.       <a href="https://www.tumblr.com" target="_blank">Visit Tumblr!</a>
  14.      
  15.       <br>
  16.      
  17.       <a href="ITEC_240_27092022.html" target="_blank">Test Page</a>
  18.      
  19.       <!--Spaces are illegal in linking html docs, either no spaces at all or use an underscore-->
  20.      
  21.       <!--<img src="sky2.jpg" alt="This is a picture of the sky with clouds" width="450" height="300">-->
  22.      
  23.       <br>
  24.      
  25.       <a href="https://en.wikipedia.org/wiki/Sky" target="_blank"> <img src="sky2.jpg" alt="This is a picture of the sky with clouds" width="450" height="300"> </a>
  26.       <p>Link to the Wikipedia page for skies.</p>
  27. </body>
  28.  
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement