Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaeltennant4554/3dfc6002c7d731bd7431c6cc6f96b9c3 to your computer and use it in GitHub Desktop.
Save michaeltennant4554/3dfc6002c7d731bd7431c6cc6f96b9c3 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="utf-8">
<title>Challenge: Links you love</title>
</head>
<body>
<h1>Links I love</h1>
<p>Check out my Favorite websites!</p>
<ul>
<li> <a href="http://home.web.cern.ch/topics/birth-web">Read more about the history of HTML</a> </li>
<li> <a href="http://home.web.cern.ch/topics/birth-web">Read more about the history of HTML</a> </li>
<li> <a href="http://home.web.cern.ch/topics/birth-web">Read more about the history of HTML</a></li>
</ul>
<a target="_blank" href="http://home.web.cern.ch/topics/birth-web">Read more about the history of HTML <img src="https://www.kasandbox.org/programming-images/misc/tim-berners-lee-webpage.png" width="300"> </a>
<p>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment