我们有一个这样的 HTML 时事通讯....
<table width="600">
<tr>
<td>
Text
</td>
</tr>
<tr>
<td>
<img src="demo.jpg" width="200" height="200"/>
</td>
</tr>
<tr>
<td style="font:arial;">
<img src="demo.jpg" width="200" height="200"/>
</td>
</tr>
<tr>
<td style="font:arial;">
<a href="#">
<img src="demo.jpg" width="200" height="200"/>
</a>
</td>
</tr>
</table>
我需要添加style="font-size:0%"
td 的图像。我们没有在 HTML 中使用 id 或任何类。那么如何使用javascript..??
谢谢!!