篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Sublime Text 2 Snippet:表格顶部和左侧相关的知识,希望对你有一定的参考价值。
<snippet>
<content><![CDATA[
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
</table>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>tabletoplefth</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
以上是关于html Sublime Text 2 Snippet:表格顶部和左侧的主要内容,如果未能解决你的问题,请参考以下文章