yuxh
-5
Q:

a tag

<a href="http://example.com" >Link text</a>
7

<a href="https://www.w3schools.com">Visit W3Schools.com!</a>
 
2
The HTML <a> element (or anchor element), with its href attribute, 
creates a hyperlink to web pages, files, email addresses, locations
in the same page, or anything else a URL can address. Content within
each <a> should indicate the link's destination.

Use:

<a href="https://example.com"> </a>
2
<a href="https://www.google.com">Visit google.com!</a>
3
<a href = 'website.com/your/linked/page'>Text in link</a>
4

New to Communities?

Join the community