InterviewSolution
Saved Bookmarks
| 1. |
What is the use of tag? Name two attributes of this tag |
|
Answer» Anchor tag is being discussed here attributes of anchor tag are name,title,href Attributes of anchor tag are: href , name, title, malito. ANCHOR tag is a container tag. If it is not included, everything following that link will also be linked to another document, until the tag is closed. |
|