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
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
Calculate the required bit rate of a channel if we need to download a text document at the rate of 100 pages per minute. Assume…
Chapter :
Computer Networks & Internet
Topic :
Communication Technology
Question 2
Easy
Source :
HTET 2022
IEEE 802.11 standard belongs to :
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 3
Easy
Source :
HTET 2022
Consider Column-I and Column-II: Column-I - Column-II i. 3D Studio - a. Search Engine ii. Ubuntu - b. Anti virus, iii. Duck Duck Go -…
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 4
Easy
Source :
HTET 2022
In C++, an overloaded unary operator defined as a member function requires how many variables to be passed as function argument?
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts