Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

<font>

The<font>HTML element defines the font size, color and face for its content.

Warning:Do not use this element. Use the CSSFonts properties to style text.

Attributes

Like all other HTML elements, this element supports theglobal attributes.

colorDeprecated

This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format.

faceDeprecated

This attribute contains a comma-separated list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system.

sizeDeprecated

This attribute specifies the font size as either a numeric or relative value. Numeric values range from1 to7 with1 being the smallest and3 the default. It can be defined using a relative value, like+2 or-3, which sets it relative to3, the default value.

DOM interface

This element implements theHTMLFontElement interface.

Specifications

Specification
HTML
# font

Browser compatibility

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp