Rumah > Artikel > hujung hadapan web > basefont标签是什么意思
basefont标签是什么意思?
作用:定义基准字体,如果想变换字体大小,直接在后面+或-数字即可。
说明:该标签可以为文档中的所有文本定义默认字体颜色、字体大小和字体系列。
注释:在 HTML 4.01 中,不赞成使用 basefont 元素;在 XHTML 1.0 Strict DTD 中,不支持 basefont 元素。
html 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>
Atas ialah kandungan terperinci basefont标签是什么意思. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!