Which of the following are self-closing/void tags in HTML5?
Answer options
A
br
B
hr
C
img
D
input
Correct answer: br, hr, img, input
Explanation
Quick AnswerThe correct answer is br, hr, img, input because it directly addresses the core logic of Practice Set 1.
br, hr, img, and input are HTML void elements. They do not require separate closing tags.