<?xml version="1.0" encoding="UTF-8"?>
<snippet><entry><trigger id="HTML">altag</trigger><description>Tag with Attribute</description><template>&lt;${HTML_TAG} ${name}=${value}&gt;
	${text}
&lt;/${HTML_TAG}&gt;${cursor}</template></entry><entry><trigger id="HTML">at</trigger><description>Tag Attribute Definition</description><template>${name}=&quot;${value}&quot;${cursor}</template></entry><entry><trigger id="HTML">atag</trigger><description>Short Tag With Attributes</description><template>&lt;${HTML_TAG} ${name}=${value}&gt;${text}&lt;/${HTML_TAG}&gt;${cursor}</template></entry><entry><trigger id="HTML">body</trigger><description>Body tags</description><template>&lt;body class=&quot;${daz}&quot;&gt;

${cursor}

&lt;/body&gt;</template></entry><entry><trigger id="HTML">divc</trigger><description>Div with a class attribute</description><template>&lt;div class=&quot;${class_name}&quot;&gt;
	${content}
&lt;/div&gt;
${cursor}</template></entry><entry><trigger id="HTML">divid</trigger><description>div tag with an id</description><template>&lt;div id=&quot;${id_name}&quot;&gt;
	${content}
&lt;/div&gt;&lt;!--End of ${id_name} div--&gt;
${cursor}</template></entry><entry><trigger id="HTML">doc</trigger><description>Inserts an xhtml 1.0 strict DTD</description><template>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
	&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;
	xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;

${cursor}

&lt;/html&gt;</template></entry><entry><trigger id="HTML">favicon</trigger><description>Adds fav icon link</description><template>&lt;link rel=&quot;shortcut icon&quot; href=&quot;${favicon.ico}&quot; type=&quot;image/ico&quot;&gt;</template></entry><entry><trigger id="HTML">h</trigger><description>heading tag</description><template>&lt;h${1}&gt;${paste}&lt;/h${1}&gt;
${cursor}</template></entry><entry><trigger id="HTML">head</trigger><description>Inserts the head tags</description><template>&lt;head&gt;
	&lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
	&lt;title&gt;${page_title}&lt;/title&gt;
&lt;/head&gt;

${cursor}</template></entry><entry><trigger id="HTML">ifie</trigger><description>IE conditional tag</description><template>&lt;!--[if IE]&gt;
	&lt;style type=&quot;text/css&quot;&gt;/*&lt;![CDATA[*/ @import url(&quot;css/ie.css&quot;); /*]]&gt;*/&lt;/style&gt;
&lt;![endif]--&gt;</template></entry><entry><trigger id="HTML">img</trigger><description>Image tag</description><template>&lt;img src=&quot;${URL}&quot; alt=&quot;${alt_text}&quot; width=&quot;${100}&quot; height=&quot;${100}&quot; /&gt;</template></entry><entry><trigger id="HTML">li</trigger><description>List Item</description><template>&lt;li&gt;${item}&lt;/li&gt;
${cursor}</template></entry><entry><trigger id="HTML">link</trigger><description>HTML link</description><template>&lt;a href=&quot;${URL}&quot;&gt;${text}&lt;/a&gt;${cursor}</template></entry><entry><trigger id="HTML">ltag</trigger><description>Long Generic Tag</description><template>&lt;${HTML_TAG}&gt;
	${text}
&lt;/${HTML_TAG}&gt;${cursor}</template></entry><entry><trigger id="HTML">meta</trigger><description>Meta tag</description><template>&lt;meta name=&quot;${name}&quot; content=&quot;${content}&quot; /&gt;</template></entry><entry><trigger id="HTML">nav</trigger><description>Navigation links</description><template>&lt;ul id=&quot;nav&quot;&gt;
    &lt;li&gt;&lt;a href=&quot;${href1}&quot;&gt;${link 1}&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;${href2}&quot;&gt;${link 2}&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;${href3}&quot;&gt;${link 3}&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
${cursor}</template></entry><entry><trigger id="HTML">p</trigger><description>paragraph tag</description><template>&lt;p&gt;
${content}
&lt;/p&gt;
${cursor}</template></entry><entry><trigger id="HTML">span</trigger><description>span tag with a class</description><template>&lt;span class=&quot;${class_name}&quot;&gt;${content}&lt;/div&gt;${cursor}</template></entry><entry><trigger id="HTML">style</trigger><description>Adds stylesheet link tag</description><template>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; href=&quot;${stylesheet_URL}&quot; /&gt;</template></entry><entry><trigger id="HTML">tag</trigger><description>Generic Tag</description><template>&lt;${HTML_TAG}&gt;${text}&lt;/${HTML_TAG}&gt;${cursor}</template></entry></snippet>