html Sublime Text 2 Snippet:表格顶部和左侧

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Sublime Text 2 Snippet:表格顶部和左侧相关的知识,希望对你有一定的参考价值。

<snippet>
	<content><![CDATA[
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th scope="col">&nbsp;</th>
    <th scope="col">&nbsp;</th>
    <th scope="col">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
    <td>&nbsp;</td>
    <td>&nbsp;</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:表格顶部和左侧的主要内容,如果未能解决你的问题,请参考以下文章

html Sublime Text 2 Snippet:媒体查询

html Sublime Text 2 Snippet:表格顶部

sublime text2 汉化

html Sublime Text 2 Snippet:表格顶部和左侧

html Sublime Text 2 Snippet:表格左侧为标题

Sublime Text 2使用技巧汇总