Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html anchor tag

The <a> tag defines a hyperlink, which is used to link from one page to another.

The most important attribute of the <a> element is the href attribute, which indicates the link's destination.

By default, links will appear as follows in all browsers:

1. An unvisited link is underlined and blue
2. A visited link is underlined and purple
3. An active link is underlined and red
  
Creating a link to programmingquest.com:
  <a href="https://www.programmingquest.com">Visit ProgrammingQuest</a>
Source by www.w3.org #
 
PREVIOUS NEXT
Tagged: #html #anchor #tag
ADD COMMENT
Topic
Name
5+2 =