link title to home page html code example
Example 1: html link
<a href="https://www.google.com/">Link to google</a>
Example 2: html link tag
<link rel="stylesheet" href="./styles.css">
<a href="https://www.google.com/">Link to google</a>
<link rel="stylesheet" href="./styles.css">