Vidyalelo
CSS · Q51

Basic CSS

Programming · CSS · question 51

Q51

Which of the following measurement defines a measurement as a percentage?

A.
%
Answer
B.
cm
C.
em
D.
in

Answer: Option A

Solution

Answer: Option A
Solution:
Defines a measurement as a percentage. Percentages are denoted by a number followed by the % symbol and are always relative to another value such as length. Quite often they are used to specify some value relative to an inherited value from a parent element.