Question 1 |
Relationship Between the Current document and the Linked document is specified using ___________ attribute.
rel | |
href | |
target | |
relation |
Question 2 |
HTML Links can be styled using ___________.
JavaScript | |
CSS | |
XML | |
PHP |
Question 3 |
_________ attribute is used to specify , where to open the linked document.
target | |
rel | |
coords | |
pos |
Question 4 |
Which of the Anchor Attribute is used to specify the language of the linked document ?
alang | |
lang | |
hreflang | |
None of these |
Question 5 |
_________ attribute specifies what media/device the linked document is optimized for ?
media | |
name | |
href | |
device |
Question 6 |
Which of the following is incorrect value provided to "rel" attribute of Anchor Tag ?
previous | |
help | |
bookmark | |
license |
Question 6 Explanation:
alternate,author,bookmark,help,license,next,
nofollow,noreferrer,prefetch,prev,search,tag are legal values that are provided to "rel" attribute.
Question 7 |
A linked page using anchor tag is normally displayed in the ____________.
New Tab | |
None of these | |
New Window | |
Current Window |
Question 8 |
Which of the following is used to open document in new window ?
<a target="_blank">Link</a> | |
<a target="_self">Link</a> | |
<a target="_top">Link</a> | |
<a target="_parent">Link</a> |
Question 9 |
Default attribute value of "target" is ______________ in HTML.
_self | |
_top | |
_blank | |
_parent |
Question 10 |
________ attribute is used to specify MIME type of linked document ?
Rev Attribute | |
MIME Attribute | |
Type Attribute | |
Media Attribute |
There are 10 questions to complete.