Multiple choice

Find out the example of block-line Display Property from the following elements.

  1. Strong

  2. Anchor

  3. Paragraph

  4. None of these

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

In CSS, the display property determines how elements are laid out. Block-level elements (like paragraph) always start on a new line and take up the full width available. Inline elements (like strong and anchor) only take up as much width as necessary and do not start on new lines.