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

Which of the following - HTET Level 3 | Clear Cutoff