ITPEC IP April 2020 Question 9

Source exam: ITPEC IP April 2020Topic: Software

ITPEC IP April 2020 — Question 9 of 100

The BODY element contains the content displayed as the body of an HTML web page. It encloses elements representing visible text, headings, images, links, forms, and other page content.

Answer (b)

Why not others:
- the page title is defined with TITLE, not LABEL

- BIG historically enlarged text but did not define arbitrary size and style for every character; CSS is used for styling

- FORM defines an input form and does not divide a page into frames

Key rule: HTML describes document structure and semantics; the BODY contains the page content rendered in the browser viewport.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.