InterviewSolution
Saved Bookmarks
| 1. |
What is Anchor tag? Explain with example. |
|
Answer» Anchor tag is the tag which is used to create a link in html document. This tag creates link within a webpage and also with another webpage. The tag uses href as compulsory attribute. Example : Following is an example of anchor tag <a href= “www.Google.com” > Google </a> |
|