The <a> (anchor) tag to create a link to another document.
An anchor can point to any resource on the Web.
<a href=”url” mce_href=”url”>Text displayed</a>
The <a> tag is used to create an anchor to link from, the href attribute is used to address the document to link. the words between the open and close of the anchor tag .
<a href=”http//:www.mate4all.com”>
<a href=”http//:www.mate4all.com”>mate4all.com</a>
The name attribute is used to create a named anchor.
<a name=”tips”>tips for anchor</a>
