Absolute Size Keywords
Absolute sizes are descriptive terms that reference a table of
sizes kept by the browser. There are seven absolute size keywords in
CSS: xx-small
, x-small
, small
, medium
, large
, x-large
, and xx-large
. The keywords do not correspond to a
particular measurement, but rather are scaled consistently in relation
to one another. The default size is medium
in current standards-conformant
browsers.
Figure 18-3 shows how the following examples of text sized with absolute keywords look in Firefox 1.0.
<span style="font-size: xx-small
">xx-small</span> <span style="font-size: x-small
">x-small</span> <span style="font-size: small
">small</span> <span style="font-size: medium
">medium</span> <span style="font-size: large
">large</span> <span style="font-size: x-large
">x-large</span> <span style="font-size: xx-large
">xx-large </span>
Get Web Design in a Nutshell, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.