How to add font color to td tag of HTML table

Summary: WeChat search [ Sanqiao Jun ]

One, the problem

How to change the font color in the table? Change to the red font as shown in the figure.
Insert picture description here

2. Method

<td><font size="5" color="red">我是文字</font></td>

Three, analysis

You cannot directly change the font color in the td tag, but you can in the body, such as

<body text="red">

Only the background color can be set in the td tag, such as

<td bgcolor="gray">

It is not easy to organize articles. If you have any help, please like and follow and support, thank you! Wechat search for [Mr. Sanqiao ] and reply [Follow] with a resource package prepared by me. Continued updates~~~

Guess you like

Origin blog.csdn.net/weixin_46218781/article/details/107751974