📜  HTML basefont标签

📅  最后修改于: 2020-11-04 00:51:41             🧑  作者: Mango

HTML tag (HTML5不支持)

HTML 标签用于为HTML文档中编写的所有内容指定字体大小,颜色和字体系列的默认值。

注意:在HTML 4中已弃用了,并且已将其从HTML5中完全删除,因此不要使用此标记,而是可以使用CSS设置文档样式。

句法


在HTML中,结束标记不是必需的,但是在XHTML中,结束标记是必需的。

以下是有关标签

Display None (empty tag)
Start tag/End tag Only start-tag
Usage Font styling




Basefont tag
 

 

Example of Basefont tag

The basefornt tag is not supported in HTML5 use CSS to style the document

正确的方法是使用CSS设置基本字体:




 


CSS to Style the document

This is Paragraph

属性

标记特定属性:

Attribute Value Description
color color Specify the default color of all text within an HTML document. (Not Supported in HTML5)
face font-family Specify the default font face for the text in the document. (Not Supported in HTML5)
size number Specify the size of the text. (Not Supported in HTML5)

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
No No No No No