MCQ
Which HTML tag is used to define a horizontal rule with custom height?
A <hr style="height:2px;">
B <hr size="2">
C <hr height="2">
D <hr width="2">
Explanation

The style attribute with height property is used to set custom dimensions for an <hr> element.