如何用代碼改字體顏色?
在HTML中font標簽即可對字體內容設置顏色。1、font語法:
<font color="#FF0000">我是紅色字體</font>
首先font是一對常規標簽,將字體文本內容放入標簽內,font標簽內設置color顏色+對應顏色值即可設置font標簽對象內字體顏色。2、html font設置字體顏色實例完整代碼<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>font字體顏色在線實例 DIVCSS5</title> </head> <body> <font color="#FF0000">我是紅色字體</font> <table width="300" border="1"> <tr> <td><font color="#0000FF">你好</font></td> <td>DIVCSS5</td> </tr> </table> </body> </html>
上一篇kpw4支持哪些格式
下一篇sas考試是什么