Apple Touch Shortcut Icon
<link rel="apple-touch-icon" href="/apple_touch_icon.png" />
Added to HTML by Luke Dorny
UL filled with links
<ul>
<li><a href="#"><<**SelectionInsertionPlaceholder**>></a></li>
<li><a href="#">text</a></li>
<li><a href="#">text</a></li>
</ul>
Added to HTML by Luke Dorny
hCard (Microformats)
<div id="hcard-Robert-Nobody" class="vcard">
<strong class="fn">Robert Nobody</strong>
<div class="org">The Company Inc.</div>
<a class="email" href="mailto:mail@thecompany.com">mail@thecompany.com</a>
<div class="adr">
<span class="street-address">1234 Example Av.</span>
<span class="locality">Ghosttown</span>,
<span class="region">CA</span>,
<span class="postal-code">12345</span>
<span class="country-name">U.S.A.</span>
</div>
<div class="tel">+001 - 1234 - 456 789</div>
</div>
Added to HTML by Thilo Thamm
Link with title
<a href="#" title=""><<**SelectionInsertionPlaceholder**>></a>
Added to HTML by Aled Morris Brown
IE Conditional Comments
<!--[if IE]>
<link rel="stylesheet" media="screen" type="text/css" href="<<**SelectionInsertionPlaceholder**>>" />
<![endif]-->
Added to HTML by Craig Hobson
Table HTML
<table id="<<**SelectionInsertionPlaceholder**>>">
<thead>
<tr>
<th scope="col" id=""></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
Mailto: link
<a href="mailto:<<**SelectionInsertionPlaceholder**>>"></a>
Added to HTML by Wavemaster