HTML <font> 标签
定义和用法
<font> 规定文本的字体、字体尺寸、字体颜色。
实例
规定文本字体、大小和颜色:
1 <font size="3" color="red">This is some text!</font> 2 <font size="2" color="blue">This is some text!</font> 3 <font face="verdana" color="green">This is some text!</font>
HTML 与 XHTML 之间的差异
在 HTML 4.01 中,font 元素不被赞成使用。
在 XHTML 1.0 Strict DTD 中,font 元素不被支持。
时间: 2024-10-06 21:18:44