HTML — HTML Links
Use the <a>
tag to create hyperlinks. The href
attribute defines the URL to link to.
You can link to other websites or pages in your own site.
<a href=\"https://www.google.com\">Visit Google</a>
Use the <a>
tag to create hyperlinks. The href
attribute defines the URL to link to.
You can link to other websites or pages in your own site.
<a href=\"https://www.google.com\">Visit Google</a>