InterviewSolution
Saved Bookmarks
| 1. |
Name the attributes of <a> tag which are used for internal linking in a Web page. |
|
Answer» The attributes of <a> tag which are used for internal linking in a Web page as follows: 1. href used to specify the URL of the segment the link goes to. 2. name gives the name to the segment. |
|