Скажем, у меня есть этот код
<table>
<tr>
<td><input id="foo" type="text"></td>
<td><label for="foo">This is foo</label></td>
</tr>
</table>
Это скроет ввод:
#foo { display: none;} /* or hidden could work too, i guesss */
Как скрыть ярлык?