Beginner HTML & CSS
Q24 / 100

Which CSS unit is relative to the font-size of the root element (<html>)?

Correct! Well done.

Incorrect.

The correct answer is C) rem

C

Correct Answer

rem

Explanation

"rem" (root em) is relative to the font-size of the root <html> element, while "em" is relative to the parent element's font size.

Progress
24/100