CBSE Class 10 Computer Applications
Question 48 of 81
Images, Links and Tables — Question 12
Back to all questions 12
Question Question 12
Which of the following is not the attribute of <A> tag?
- NAME
- TITLE
- HREF
- SRC
SRC
Reason — SRC is not the attribute of <A> tag. The other attributes of <A> tag are used for the following purposes:
- HREF — It defines the document to which the link leads.
- TITLE — It is used to give a title to the document to which we are linking.
- NAME — It specifies the name of the anchor being set up for internal linking in a document.