CBSE Class 10 Computer Applications Question 89 of 125

HTML II — Images, Links and Tables — Question 3

Back to all questions
3
Question

Question 3

Which attributes of <A> facilitates external linking ?

Answer

The attributes of <A> tag which facilitate external linking are:

  1. href — It is used to specify the URL of the target of the link.
  2. title — It specifies a title for the document to which one is linking.