Home >
Article > Web Front-end > HTML
HTML abd1d7fe556b8a5c1c26946ca234394a tag
##Only Internet Explorer supports the abd1d7fe556b8a5c1c26946ca234394a tag. This label should be avoided.
Definition and usage (Recommended learning: html tutorial)
abd1d7fe556b8a5c1c26946ca234394a tag defines the base font. This tag defines the default font color, font size, and font family for all text in the document.Standard Properties
id, class, title, style, dir, lang, xml:lang
Example
Specifies the default font color and size on the page:<html> <head> <basefont color="red" size="5" /> </head> <body> <h1>This is a header</h1> <p>This is a paragraph</p> <p> 在 HTML 4.01 中,不赞成使用 basefont 元素;在 XHTML 1.0 Strict DTD 中,不支持 basefont 元素。 </p> </body> </html>
The above is the detailed content of HTML