如何更改html表格中的字體顏色?如何更改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>
。
如果你想改變文本的顏色在你的選擇列表選項,那不是你需要更改表文本顏色,有看看這個類似的問題。 https://stackoverflow.com/questions/15755770/change-text-color-of-selected-option-in-a-select-box – Steveland83