font-size
Sets a value that indicates the font size used for text in the object.
sSize
Variant that specifies or receives one of the following values:
absolute-size | Set of keywords that indicate predefined font sizes. Named font sizes scale according to the user's font setting preferences. Possible values include the following: xx-small, x-small, small, medium, large, x-large, xx-large. |
length | Floating-point number, followed by an absolute units designator (cm, mm, in, pt, or pc) or a relative units designator (em, ex, or px). For more information about the supported length units, see the Length units reference. |
percentage | Integer, followed by a percent sign (%). The value is a percentage of the font size of the parent object. |
relative-size | Set of keywords that are interpreted as relative to the font size of the parent object. Possible values include the following: larger, smaller. |
This property has a default value of medium. It is inherited.
This property is defined in Cascading Style Sheets (CSS), Level 1 (CSS1).
A, ADDRESS, APPLET, B, BIG, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, CITE, CODE, COL, COLGROUP, CUSTOM, DD, DEFAULTS, DFN, DIV, DL, DT, EM, FIELDSET, FORM, HN, HTML, I, INPUT TYPE=BUTTON, INPUT TYPE=FILE, INPUT TYPE=IMAGE, INPUT TYPE=PASSWORD, INPUT TYPE=RESET, INPUT TYPE=SUBMIT, INPUT TYPE=TEXT, LI, OL, P, S, SELECT, SPAN, SUB, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR, TT, U, UL, VAR, XMP