hyperlink tag code example

Example 1: hyperlink html

<a href="url">link text</a>

Example 2: how to make links in html

<a href="link.html"> text link </a> <!-- link to html -->
<a href="google.com" URL> Google </a> <!-- link to site -->
<a href="link.html"><button> Link </button></a> <!-- Button link -->

Example 3: html a tag

<a href=""></a>

Example 4: a href

<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>

Example 5: html link tag

<link rel="stylesheet" href="./styles.css">