Create a hyperlink in HTML
To create a hyperlink that the user can click to navigate to another document, you use the <a> tag (which stands for anchor), like this: <a href=′http://google.com′>Visit Google</a> In a web browser this displays simply as: Visit Google