Multiple choice web-design

Which of the following are CSS2 features not found in CSS1?

  1. Color and background properties

  2. Bi-directional text

  3. Positioning of elements on the page

  4. Styles for tables

  5. Either ABC

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

CSS2 introduced several features not present in CSS1, including support for bi-directional text, advanced element positioning (relative, absolute, fixed), and specific styles for table layouts. The option 'Either ABC' indicates that all three preceding choices are correct additions in CSS2.