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?
<A Link= "page.htm"> </a><A Href = "page.htm">page</a><A Connect= "page.htm"></a><A Attach="page.htm" > </a>
<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>