HTML MCQ : HTML Images (Multiple Choice Question)
Question 1 |
The <map> tag is used to define a _________ side image-map.
client | |
server |
Question 2 |
Which of the following HTML tag is used to define clickable area in an image map ?
<img> | |
<click> | |
<area> | |
<map> |
Question 3 |
Alt Attribute is more useful in the situation where user have ____________.
High Speed Internet Connection | |
Broadband Connection | |
Slow Internet Connection | |
None of these |
Question 4 |
Which of the following attribute is supported in HTML5 ?
align | |
longdesc | |
border | |
None of these |
Question 4 Explanation:
The following attributes: align, border, hspace, longdesc, and vspace is not supported in HTML5.
Question 5 |
XHTML Syntax of <img> tag is -
<img src="" />
None of these | |
<img src="" /> | |
<img src=""></img> |
There are 5 questions to complete.