Computer Applications

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>

HTML Advanced Features

2 Likes

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>

Answered By

1 Like


Related Questions