With reference to legacy/deprecated HTML <body> attributes used in older exam…
2025
With reference to legacy/deprecated HTML <body> attributes used in older exam contexts, which of the following is not a <body> attribute?
Answer: D. width — Key distinction: Modern HTML treats these presentational body attributes as obsolete/deprecated, and CSS should be used instead. The exam-style question is…
- A.
text
- B.
background
- C.
bgcolor
- D.
width
Attempted by 258 students.
Show answer & explanation
Correct answer: D
Key distinction: Modern HTML treats these presentational body attributes as obsolete/deprecated, and CSS should be used instead. The exam-style question is about legacy <body> attributes.
text: legacy body attribute for text colour.
background: legacy body attribute for a background image.
bgcolor: legacy body attribute for background colour.
width: not a legacy
<body>attribute.
Final answer: width