HTML MCQ : HTML Images (Multiple Choice Question)


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