HTML — Links
Links let you go from one page to another. Use the <a>
tag with href
(the web address).
<a href='https://www.google.com'>Go to Google</a>
Links let you go from one page to another. Use the <a>
tag with href
(the web address).
<a href='https://www.google.com'>Go to Google</a>