Computer Applications
Name the attributes of <A>
tag which are used for internal linking in a web page.
HTML Advanced Features
3 Likes
Answer
The attributes of <A>
tag which are used for internal linking in a web page are:
- Name — The Name attribute allows the user to create links within the same document. This attribute specifies the name of the anchor being set up.
- Href — The Href attribute serves as a hypertext link, i.e., the command that leads the browser to another section on our web page.
Answered By
2 Likes
Related Questions
How can text be displayed in place of an image for users whose browsers do not support images?
Name two common graphics file formats that most browsers recognise.
Write names of two attributes each for the following tags:
(i)
<Img>
(ii)
<Table>
(iii)
<A>
Which tags divide HTML tables in multiple sections?