91-9990449935 0120-4256464 |
HTML AnchorThe HTML anchor tag defines a hyperlink that links one page to another page. The "href" attribute is the most important attribute of the HTML a tag. href attribute of HTML anchor tagThe href attribute is used to define the address of the file to be linked. In other words, it points out the destination page. The syntax of HTML anchor tag is given below. <a href = "..........."> Link Text </a> Let's see an example of HTML anchor tag. Test it NowAppearance of HTML anchor tagAn unvisited link is displayed underlined and blue. A visited link displayed underlined and purple. An active link is underlined and red. Supporting Browsers
Next TopicHTML Image
|