只有 internet explorer 支持 abd1d7fe556b8a5c1c26946ca234394a 标签。应该避免使用该标签。
定义和用法 ( 推荐学习:html教程 )
abd1d7fe556b8a5c1c26946ca234394a 标签定义基准字体。该标签可以为文档中的所有文本定义默认字体颜色、字体大小和字体系列。
html 与 xhtml 之间的差异
在 html 4.01 中,不赞成使用 basefont 元素;在 xhtml 1.0 strict dtd 中,不支持 basefont 元素。
实例
规定页面上的默认字体颜色和字号:
<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>
以上就是html的<basefont>标签的详细内容。
