CBSE Class 10 Computer Applications Question 66 of 125

HTML II — Images, Links and Tables — Question 7

Back to all questions
7
Question

Question 3(v)

Which command should we use to link a page with an HTML page ?

  1. <a link = "page.htm"> </a>
  2. <a href = "page.htm"> page </a>
  3. <a connect = "page.htm"> </a>
  4. <a attach = "page.htm"> </a>
Answer

<a href = "page.htm"> page </a>

Reason — To link a page with an HTML page, its name and location is specified with href attribute of <A> tag.