CBSE Class 10 Computer Applications Question 90 of 125

HTML II — Images, Links and Tables — Question 4

Back to all questions
4
Question

Question 4

Which attribute of <A> facilitates internal linking ?

Answer

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

  1. name — It is used to identify a segment of the document to which a link is to be established.
  2. href — It is used to link to the named section.