Skip to content

Instantly share code, notes, and snippets.

@abhishekjakhar
Created October 14, 2018 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishekjakhar/9992e6ee19a1ae616e93454a63667c5d to your computer and use it in GitHub Desktop.
Save abhishekjakhar/9992e6ee19a1ae616e93454a63667c5d to your computer and use it in GitHub Desktop.
Links in HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML - A short guide</title>
</head>
<body>
<a href="https://medium.com/">Medium</a><br>
<a href="https://www.google.com/">Google</a><br>
<a href="https://twitter.com/">Twitter</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment