Multiple choice technology web technology

The line below is called a _______________.

  1. Heavy Rule

  2. Horizantal Rule

  3. Hard Return

  4. HyperText Return

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

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

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.