Thursday, 2 June 2011

Define anchor tag


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>

No comments:

Post a Comment