Skip to content

Instantly share code, notes, and snippets.

@masautt
Last active September 12, 2019 05:26
Show Gist options
  • Save masautt/a61f53afbf1cc2a8988ea6a38c47c0d7 to your computer and use it in GitHub Desktop.
Save masautt/a61f53afbf1cc2a8988ea6a38c47c0d7 to your computer and use it in GitHub Desktop.
How to create hyperlink in HTML?
<a href="https://google.com" target="_blank">GO TO GOOGLE.COM IN SEPARATE WINDOW</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment