Skip to content

Instantly share code, notes, and snippets.

@abhishekjakhar
Created October 14, 2018 07:09
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/0876505c70c842b728499f403f098755 to your computer and use it in GitHub Desktop.
Save abhishekjakhar/0876505c70c842b728499f403f098755 to your computer and use it in GitHub Desktop.
Link (Page on your site to page on same site - 1)
<!DOCTYPE html>
<html>
<head>
<title>HTML - A short guide</title>
</head>
<body>
<h1>Home Page</h1>
<a href="about.html">Link to About Page</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment