ITPEC IP April 2024 Question 24

Source exam: ITPEC IP April 2024Topic: Human Interface

ITPEC IP April 2024 — Question 24 of 100

A style sheet makes it easy to give multiple web pages a consistent appearance. CSS separates presentation rules from HTML content. Pages can share one external style sheet defining colors, fonts, spacing, and layout, so a single rule change can update the presentation throughout a site and reduce duplicated formatting.

Answer (d)

Why not others:
- (a) secure exchange between browser and server is provided by mechanisms such as HTTPS and TLS

- (b) website update notifications require a subscription or notification mechanism, not a style sheet

- (c) identifying users requires authentication, cookies, sessions, or related application logic

Key rule: HTML describes content and structure, while CSS controls presentation; reusing CSS produces consistency and makes site-wide visual maintenance easier.

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.