. , - . , :
<div style="font-size: 16px;">
This text has size 16px.
<div style="font-size: 150%;">
This text has size 150% * 16px = 24px.
<div style="font-size: 150%;">
Because this div is nested, the base value is now 24px.
font-size: 100% would mean 24px type.
So the size of the text here is 150% * 24px = 36px.
</div>
</div>
</div>
, .
, , ( ), , .
, , , . HTML/CSS , , . , .
, , ? ( body), . :
body {
font: 100% font1, font2;
}
:
body {
font: 16px font1, font2;
}
, , .
(16px - -.)