Question
Easy
Which of the following is empty or void element in HTML?
1
<p>
2
<br>
3
<abbr>
4
<sup>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Elements
Correct Answer
Option B
Explanation
The correct option is (2): The correct option is (2): ** (Line Break). This element is a fundamental example of what is formally known as a **void element or empty element in HTML. The definition of a void element is one that cannot have any content or child nodes. These elements are syntactically unique because they only possess a start tag and must not have an end tag. The sole…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
_______ is a challenge response mechanism to ensure that on the other side a person is responding and not a machine.
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 2
Easy
Source :
HTET 2019
In HTML the _______ element is used to contain characters that should be sub-script.
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 3
Easy
Source :
HTET 2019
In context of C++, consider following loop-statement: while(5) {cout <<"Hello";}
Hello will be displayed _______ time(s) by the above loop.
Chapter :
Object-Oriented Programming (C++)
Topic :
Programming in C++ Basics
Question 4
Easy
Source :
HTET 2019
The keywords private, protected and public may appear _______ in the declaration of a class in C++.
Chapter :
Object-Oriented Programming (C++)
Topic :
Class & Object in C++