Question
Easy

What tag is used for adding Images to HTML Web Documents ?

1
picture
2
pic
3
img
4
src
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option C
Explanation

The correct option is (3): The correct and most fundamental HTML tag used for embedding an image into a web document is the img tag. This element, which stands for 'image,' is a void element, meaning it is self-closing and does not have a separate closing tag (like \). The tag's functionality is defined by its attributes, primarily the src attribute, which must be included to point to the…Read More

What tag is used - HTET Level 3 | Clear Cutoff