Specify the default font-size for text on page:
![]()
The size attribute is only supported in Internet Explorer 9, and earlier versions.
The <basefont> tag is not supported in HTML5. Use CSS instead.
The size attribute of <basefont> is deprecated in HTML 4.01.
The size attribute specifies the default font-size for the text in a document.
The size attribute of <basefont> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax (in the <head> section): <style>body{font-size: 10px}</style>
CSS Example: Specify a default font-size for a page
In our CSS tutorial you can find more details about the font-size property.
| Value | Description |
|---|---|
| number | A number from 1 to 7 that defines the size of the text. Browser default is 3 |
HTML <basefont> tag
Your message has been sent to W3Schools.