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 ?
<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 — To link a page with an HTML page, its name and location is specified with href attribute of <A> tag.