说我有这个表格:
<form>
<table>
<tbody>
<tr>
<td style="font-family : Arial">
Sample text
</td>
</tr>
</tbody>
</table>
</form>
由于我没有它的 id,如何将新样式添加到此表单的第一个,这是我目前所拥有的:
form table tbody tr td{
font-family : Arial;
font-weight: bold;
}