Loading
Quipo
in
MindXchange
Log In
Tutorials
Exercises
MCQs
Interview Q & A
Tests
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Quipo
in
MindXchange
Menu
MindXchange
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Welcome to Quipoin
Login to track your progress
Quipoin Menu
Learn • Practice • Grow
Tutorial
Exercises
MCQs
Interview Q & A
Tests
HTML Tutorial
Attributes
Heading
Head
Comments
Anchor Tag
Image Tag
Favicon Tag
Imoji
Symbols
Tables
Id
Iframe
File Path
Formatting
Title
Quotation
Block-level elements
Inline Element
Basic HTML Design Guidelines
Entities
Div tag in HTML
HTML List
HTML Lists
Ordered Lists
Unordered Lists
Description Lists
HTML Form
Form
Form Element
Input Element
Form Attributes
Text area Tag
Label Tag
HTML Graphics
Introduction to HTML Graphics
HTML Canvas
Transformation in Canvas
Animation in Canvas
HTML SVG
Transformation in SVG
Interactivity and Animation in SVG
html /
Image Tag
mcq
Chapter
Exercises
Interview Qs
Videos
Discussion
Q1.
Which attribute is mandatory in the <img> tag?
A.
width
B.
height
C.
src
D.
title
Q2.
Which attribute provides text when the image cannot load?
A.
src
B.
description
C.
alt
D.
tooltip
Q3.
Which tag is used for adding images in HTML?
A.
<image>
B.
<img>
C.
<pic>
D.
<src>
Q4.
Which attribute adds a tooltip on hover?
A.
alt
B.
src
C.
title
D.
name
Q5.
Which is correct syntax?
A.
<img>photo.jpg</img>
B.
<img src="photo.jpg">
C.
<image src="photo.jpg">
D.
<img href="photo.jpg">