Skip to content

Instantly share code, notes, and snippets.

@Pro496951
Last active December 20, 2023 15:11
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 Pro496951/385f930937c1f1c9ff23fe3fda9aab47 to your computer and use it in GitHub Desktop.
Save Pro496951/385f930937c1f1c9ff23fe3fda9aab47 to your computer and use it in GitHub Desktop.
This is About ReDirecting through Hyper Links in HTML i know the file name is not very suitable but it's my second one so that's why.Also I am really sorry for advertising about my youtube channel it was a part of this code
<HTML>
<HEAD>
<TITLE>Some more Hyperlinks</TITLE>
</HEAD>
<BODY>
As you guys know I have already created my 1st hyperlink. <BR>
here are more hyperlinks!
<A HREF = https://Scratch.mit.edu>Click here</A> <BR>
<A HREF = https://Youtube.com>Click here</A> <BR>
<A HREF = https://www.youtube.com/channel/UCzHg5mu_ErqwTbVL4egEYqQ/featured?view_as=subscriber>Sunscribe to my Channel!</A> <BR>
<A HREF = https://scratchstats.com>Click here</A> <BR>
<A HREF = https://store.steampowered.com>Click here</A> <BR>
<A HREF = https://Github.com>Click here</A>
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment