Use of <a> tag or Anchor tag in HTML, How to link one page to another page in HTML, How to create Hyperlinks in HTML
The <a> tag is used to link a web page to other page or link.
It gives the facility to redirect from one page to another and also send some data associated with the URL.
example:-
<a href="secondpage.html">Go to Second Page</a>
the above example look like as below example:-
Go to Second Page
By Clicking on above link you can redirect to the given URL which is given in the href property of an anchor tag.
The <a> tag is used to link a web page to other page or link.
It gives the facility to redirect from one page to another and also send some data associated with the URL.
example:-
<a href="secondpage.html">Go to Second Page</a>
the above example look like as below example:-
Go to Second Page
By Clicking on above link you can redirect to the given URL which is given in the href property of an anchor tag.
{ 0 comments... read them below or add one }
Post a Comment