Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- just class stuff lol
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <title>Hyperlinking</title>
- <meta charset="utf-8">
- </head>
- <body>
- <a href="https://www.tumblr.com" target="_blank">Visit Tumblr!</a>
- <br>
- <a href="ITEC_240_27092022.html" target="_blank">Test Page</a>
- <!--Spaces are illegal in linking html docs, either no spaces at all or use an underscore-->
- <!--<img src="sky2.jpg" alt="This is a picture of the sky with clouds" width="450" height="300">-->
- <br>
- <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>
- <p>Link to the Wikipedia page for skies.</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement