Question
Easy

In HTML5 the _ element is used to include images, graphs and compound objects that contain text and images, in webpage.

1
<figure>
2
<fig>
3
<photo>
4
<pic>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option A
Explanation

The correct option is (1): The correct element is \ because it is the semantic element introduced in HTML5 specifically for marking up self-contained content that is referenced from the main document flow but whose exact position is independent of it. This content typically includes illustrations, diagrams, photographs, code listings, and graphs—exactly as described in the question. The primary purpose of \ is to wrap this material and optionally associate…Read More