MCQ
Which tag is used to insert an image in a web page?
Unit-3 Programming Fundamentals
A
<image>
B
<pic>
C
<img>
D
<picture>
Explanation
The <img> tag embeds an image and it is a self-closing tag.
Related MCQs
Which comparison operator is used to check if two values are equal in JavaScript?
Unit-3 Programming Fundamentals
View
Which attribute merges two or more rows in an HTML table?
Unit-3 Programming Fundamentals
View
What is the default alignment and style of the <th> cell in a table?
Unit-3 Programming Fundamentals
View
Which operator is used to find the remainder of a division in JavaScript?
Unit-3 Programming Fundamentals
View
Where is the <title> tag placed in an HTML document?
Unit-3 Programming Fundamentals
View
How many <td> tags are needed to create a row with 3 columns?
Unit-3 Programming Fundamentals
View