MCQ
Which statement about the <br> tag is correct?
Unit-3 Programming Fundamentals
A
It is a pair tag
B
It is a self-closing tag
C
It needs a closing tag
D
It is used for images
Explanation
The <br> tag is an empty element that does not require a closing tag.
Related MCQs
Which tag is used to connect an external CSS file to an HTML document?
Unit-3 Programming Fundamentals
View
What would happen if the src attribute is missing from an <img> tag?
Unit-3 Programming Fundamentals
View
Which tag inserts a line break in HTML?
Unit-3 Programming Fundamentals
View
Which statement is used to immediately exit a loop in JavaScript?
Unit-3 Programming Fundamentals
View
What is HTML best described as?
Unit-3 Programming Fundamentals
View
What is the purpose of the alt attribute in the <img> tag?
Unit-3 Programming Fundamentals
View