Last active
December 20, 2023 15:11
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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