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