Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

anchor tag

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>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #anchor #tag
ADD COMMENT
Topic
Name
7+2 =