Search w3schools.com:

SHARE THIS PAGE

HTML <font> size Attribute

HTML font Tag Reference HTML <font> tag

Example

Specify the size of text:

<font size="6">This is some text!</font>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The size attribute is supported in all major browsers.


Definition and Usage

The <font> tag is not supported in HTML5. Use CSS instead.

The size attribute of <font> is deprecated in HTML 4.01.

The size attribute specifies the size of the text inside a <font> element.


Compatibility Notes

The size attribute of <font> is deprecated in HTML 4.01. Use CSS instead.

CSS syntax: <p style="font-size:20px">

CSS Example: Set the size of text

In our CSS tutorial you can find more details about the font-size property.


Syntax

<font 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 font Tag Reference HTML <font> tag

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]