A set of style rules that describes a document's display characteristics is :
2023
A set of style rules that describes a document's display characteristics is :
- A.
Web Page
- B.
Style Sheet
- C.
Table
- D.
List
Attempted by 102 students.
Show answer & explanation
Correct answer: B
The visual layout, formatting, and overall presentation of a web document are controlled separately from its content and structure. While HTML defines what content goes on a page, a Style Sheet (most commonly Cascading Style Sheets, or CSS) defines how that content looks.
A style sheet contains rules that target specific HTML elements to alter their display properties, such as changing font styles, background colors, margins, and responsiveness across different devices.