如何更改 html 表格中的字体颜色?
<table>
<tbody>
<tr>
<td>
<select name="test">
<option value="Basic">Basic : $30.00 USD - yearly</option>
<option value="Sustaining">Sustaining : $60.00 USD - yearly</option>
<option value="Supporting">Supporting : $120.00 USD - yearly</option>
</select>
</td>
</tr>
</tbody>
</table>
我努力了
<span style="color: #0000ff;">
</span>
在多个位置……这是行不通的。
原文由 ttom 发布,翻译遵循 CC BY-SA 4.0 许可协议