Search w3schools.com:

SHARE THIS PAGE

HTML <basefont> size Attribute

HTML basefont Tag Reference HTML <basefont> tag

Example

Specify the default font-size for text on page:

<head>
<basefont size="7" />
</head>

<body>
<h1>This is a header</h1>
<p>This is a paragraph</p>
</body>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The size attribute is only supported in Internet Explorer 9, and earlier versions.


Definition and Usage

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.


Compatibility Notes

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.


Syntax

<basefont size="number" />

Attribute Values

Value Description
number A number from 1 to 7 that defines the size of the text. Browser default is 3


HTML basefont Tag Reference HTML <basefont> tag

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]