我如何将超链接链接到特定的 td ?是否可以只使用没有 JS 的 HTML 和 CSS ?
<table width="10em" border="solid">
<tr>
<td><img src="logo.jpg" href="www.facebook.com"/></td>
<td><b>About</b><br />Us</td>
<td><b>Our</b><br />Menu</td>
<td><b>Our</b><br />Location</td>
</tr>
</table>