nerdexam
CIW

1D0-610 · Question #19

Marion is formatting a simple Web page. She has been asked to create headings before the first and third paragraphs. To accomplish this most efficiently, which type of HTML elements should Marion use?

The correct answer is D. Paragraph-level elements. Paragraph-level elements (option D) are correct because HTML heading tags (<h1> through <h6>) are block-level elements that belong to the paragraph-level category - they create distinct, full-width blocks that visually separate and introduce content sections, making them the…

CIW Site Development Associate

Question

Marion is formatting a simple Web page. She has been asked to create headings before the first and third paragraphs. To accomplish this most efficiently, which type of HTML elements should Marion use?

Options

  • AText-level elements
  • BBlock quote elements
  • CFixed-width font elements
  • DParagraph-level elements

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    87% (26)

Explanation

Paragraph-level elements (option D) are correct because HTML heading tags (<h1> through <h6>) are block-level elements that belong to the paragraph-level category - they create distinct, full-width blocks that visually separate and introduce content sections, making them the standard and most efficient tool for page headings.

Option A (text-level elements) is wrong because text-level (inline) elements like <span>, <strong>, or <em> flow within a line of text and cannot structure page sections as standalone headings.

Option B (block quote elements) is wrong because <blockquote> is for quoting external sources, not labeling sections - using it for headings would be semantically incorrect.

Option C (fixed-width font elements) is wrong because <pre> or <code> render monospace text for code/preformatted content, not hierarchical headings.

Memory tip: Think "Paragraph-level = Page structure" - headings (<h1><h6>) and paragraphs (<p>) both live at the block/paragraph level because they carve up the page into readable chunks, unlike inline elements that style text within a chunk.

Topics

#HTML elements#Headings#Block-level elements#Element classification

Community Discussion

No community discussion yet for this question.

Full 1D0-610 Practice