font主要是用来设定网页上的字体颜色、大小和风格。
用法相当简单,鼓励用于CSS来有效控制字体。
<font>所支援的attribute:
color——设定字体的显示颜色,接受RGB数值或颜色名称。
例子:
<font color="red">This is a word.</font>
face——设定字体的风格,接受字体风格名称。
例子1:
<font face="Times New Roman">This is a word.</font>
例子2:
<font face="Cooper Black">This is a word.</font>
size——设定字体的大小,接受数字。
例子:
<font size="10">This is a word.</font>
id——设定独特的id让JavaScript辨别。
class——设定class的名称,通常用在CSS。
style——设定element里的inline style,用于CSS。
*<font>并不支援任何event handler
Friday, November 20, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment