Question
Easy

To insert images we use _ tag.

1
picture
2
pic
3
img
4
image
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 standard HyperText Markup Language (HTML) tag for embedding an image into a web page is \. This is a foundational element in web development and is classified as a void or self-closing element, meaning it does not require a separate closing tag. For the image to load, the \ tag fundamentally requires the src (source) attribute, which specifies the file path to…Read More