Anchor tag(<A>) in HTML is used to create hyperlinks. i.e. to create links between to web pages or between different areas of the same page. This tag has a href attribute, which defines the destination for the link.
E.g.
<a href="http://freehtmlnotes.blogspot.com/">HTML Tutorials</a>
<a href="http://freehtmlnotes.blogspot.com/">HTML Tutorials</a>
No comments:
Post a Comment