以前的不能用了 。
现在代码如下:
<DIV style='color:#******; font-family : ******; font-size:**-large; '>自定义文字</DIV> 解释:
DIV style='color:#****** 是
颜色。需要什么颜色可以查找颜色表。这个是常用颜色表。智勇网页代码全集网页:
http://www.ezhy.com/zhiyong/color.htm ont-family : ******是
字体 字体要是不会写英文、可以写中文。例:宋体、黑体、楷体等。
font-size:***-large 是
字体大小(这里可以用“9pt''10pt'表示大小,建议使用9pt。也可以用 'xx-small''x-small''small'来表示大小)
font-weight:bold 是
加粗。
代码带入,
<DIV style='color:#******; font-family : ******; font-weight:bold; font-size:**-large; '>自定义文字</DIV> 做出来的效果对比下。