uɐɪ
5
Q:

how to add 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 -->
7
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>
1
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
  Example Link
</a>
5
<a class="class" href="link" id="id">Text</a>
0
<a href="link">Text</a>
0

New to Communities?

Join the community