Set the font size for different HTML elements:
The font-size property sets the size of a font.
| Default value: | medium |
|---|---|
| Inherited: | yes |
| Version: | CSS1 |
| JavaScript syntax: | object.style.fontSize="larger" |
![]()
The font-size property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
| Value | Description | Play it |
|---|---|---|
| xx-small | Sets the font-size to an xx-small size | Play it » |
| x-small | Sets the font-size to an extra small size | Play it » |
| small | Sets the font-size to a small size | Play it » |
| medium | Sets the font-size to a medium size. This is default | Play it » |
| large | Sets the font-size to a large size | Play it » |
| x-large | Sets the font-size to an extra large size | Play it » |
| xx-large | Sets the font-size to an xx-large size | Play it » |
| smaller | Sets the font-size to a smaller size than the parent element | Play it » |
| larger | Sets the font-size to a larger size than the parent element | Play it » |
| length | Sets the font-size to a fixed size in px, cm, etc. | Play it » |
| % | Sets the font-size to a percent of the parent element's font size | Play it » |
| inherit | Specifies that the font size should be inherited from the parent element |
CSS tutorial: CSS Font
CSS reference: font property
HTML DOM reference: fontSize property
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.