From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/html/element%2Ffont.html | 112 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 devdocs/html/element%2Ffont.html (limited to 'devdocs/html/element%2Ffont.html') diff --git a/devdocs/html/element%2Ffont.html b/devdocs/html/element%2Ffont.html new file mode 100644 index 00000000..c1951033 --- /dev/null +++ b/devdocs/html/element%2Ffont.html @@ -0,0 +1,112 @@ +

<font>

+

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

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

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

+
+

Attributes

+
+

Like all other HTML elements, this element supports the global attributes.

+color Deprecated +

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

+face Deprecated +

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.

+size Deprecated +

This attribute specifies the font size as either a numeric or relative value. Numeric values range from 1 to 7 with 1 being the smallest and 3 the default. It can be defined using a relative value, like +2 or -3, which sets it relative to 3, the default value.

+
+

DOM interface

+

This element implements the HTMLFontElement interface.

+

Specifications

+
+ + +
Specification
HTML Standard
# font
+

Browser compatibility

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
font1121Yes15≤44.418414≤3.21.0
color1121Yes15≤44.418414≤3.21.0
face1121Yes15≤44.418414≤3.21.0
size1121Yes15≤44.418414≤3.21.0
+

+ © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
+ https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font +

+
-- cgit v1.2.3