HTML MCQ : HTML Images (Multiple Choice Question)
Question 1 |
The ______ tag defines an image in an HTML page.
<image> | |
<imge> | |
<img> | |
<pic> |
Question 2 |
Which of the following pair of attribute is required for img tag ?
src and alt | |
src and a | |
img and src | |
img and alt |
Question 2 Explanation:
img is not an attribute its a tag.
Question 3 |
__________ attribute is used to display an image ?
srs attribute | |
source attribute | |
src attribute | |
val attribute |
Question 4 |
If the image cannot be displayed then _______ specifies an alternate text for an image.
alt attribute | |
value attribute | |
caption attribute | |
text attribute |
Question 5 |
<img> tag has no end tag.
False | |
True |
There are 5 questions to complete.