Computer Applications
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>
HTML Advanced Features
1 Like
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.
Answered By
2 Likes
Related Questions
Which of the following is not an attribute of
<Table>
tag ?- Border
- Background
- Bgcolor
- Src
SRC attribute used with
<IMG>
tag stands for :- Screen
- Screen resolution count
- Source
- Structure
Which of the following is not a valid value for align attribute of
<IMG>
tag ?- top
- center
- bottom
- middle
Which attribute is not valid for
<body>
tag ?- background
- color
- vlink
- leftmargin