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. widthKey distinction: Modern HTML treats these presentational body attributes as obsolete/deprecated, and CSS should be used instead. The exam-style question is…

  1. A.

    text

  2. B.

    background

  3. C.

    bgcolor

  4. 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

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…