The <a> tag defines an anchor. An anchor can be used in two ways:
The a element is usually referred to as a link or a hyperlink. 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:
|
<a href="http://learnhtmltutorial.blogspot.com/">Learn HTML</a>
No comments:
Post a Comment