1<a href="link.html"> text link </a> <!-- link to html -->
2<a href="google.com" URL> Google </a> <!-- link to site -->
3<a href="link.html"><button> Link </button></a> <!-- Button link -->
4
1Html hyper link examples below!
2Example 1:
3<a href="yourlink.com">Your text here</a>
4Example 2:
5<h1><a href="yourlink.com>Text here is displayed in h1 format</a></h1>