The line below is called a _______________.
-
Heavy Rule
-
Horizantal Rule
-
Hard Return
-
HyperText Return
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
tag creates a horizontal rule, which is a thematic break displayed as a horizontal line across the page. It's commonly used to separate different sections of content visually. Note: option B has a typo ('Horizantal' should be 'Horizontal').
The HTML
tag creates a horizontal rule, which is a thematic break displayed as a horizontal line across the page. It's commonly used to separate different sections of content visually. Note: option B has a typo ('Horizantal' should be 'Horizontal').
AI explanation
element, or in word processors, a horizontal divider) is called a Horizontal Rule. 'Heavy Rule' isn't a standard term, 'Hard Return' refers to an explicit line break/paragraph end (pressing Enter), and 'HyperText Return' isn't a real term at all. 'Horizontal Rule' is the standard, widely used name for this visual divider element.
A horizontal line dividing sections of content (in HTML, the
element, or in word processors, a horizontal divider) is called a Horizontal Rule. 'Heavy Rule' isn't a standard term, 'Hard Return' refers to an explicit line break/paragraph end (pressing Enter), and 'HyperText Return' isn't a real term at all. 'Horizontal Rule' is the standard, widely used name for this visual divider element.