vimrc/bundle/snipmate-snippets/html/table/hardcore.snippet

10 lines
152 B
Plaintext

<table<+ width="<+100%+>" border="<+0+>" cellspacing="<+0+>" cellpadding="<+5+>"<++>+>>
<tr>
<th><++></th>
</tr>
<tr>
<td></td>
</tr>
</table>