HTML MCQ : HTML Hyperlink (Multiple Choice Question)


Question 1
Which of the following is used to open document in new window ?
A
<a target="_parent">Link</a>
B
<a target="_top">Link</a>
C
<a target="_self">Link</a>
D
<a target="_blank">Link</a>
Question 2
________ attribute is used to specify MIME type of linked document ?
A
Media Attribute
B
Rev Attribute
C
MIME Attribute
D
Type Attribute
Question 3
_________ attribute specifies what media/device the linked document is optimized for ?
A
media
B
device
C
name
D
href
Question 4
Default attribute value of "target" is ______________ in HTML.
A
_blank
B
_parent
C
_self
D
_top
Question 5
HTML Links can be styled using ___________.
A
JavaScript
B
PHP
C
CSS
D
XML
There are 5 questions to complete.