161k views
5 votes
: CSS provides a variety ways to specify measurements: A. Percentages B. Relative units C. Absolute units

1. Have predefined meanings or real-world equivalents
2. Based on the size of something else, such as the default text size or the size of the parent element
3. Calculated relative to another value, such as the size of the parent element

1 Answer

4 votes

Answer:

A. Percentages: calculated relative to another value, such as the size of the parent element.

B. Relative units: based on the size of something else, such as the default text size or the size of the parent element.

C. Absolute units: have predefined meanings or real-world equivalents.

User Blue Waters
by
8.2k points