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?

  1. NAME
  2. TITLE
  3. HREF
  4. SRC
Answer

SRC

Reason — SRC is not the attribute of <A> tag. The other attributes of <A> tag are used for the following purposes:

  1. HREF — It defines the document to which the link leads.
  2. TITLE — It is used to give a title to the document to which we are linking.
  3. NAME — It specifies the name of the anchor being set up for internal linking in a document.