CBSE Class 10 Computer Applications Question 52 of 81

Images, Links and Tables — Question 16

Back to all questions
16
Question

Question 16

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 — We can use the following command to link a page with an HTML page :

<A Href = "page.htm">page</a>