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