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