Skip to content

Instantly share code, notes, and snippets.

View leftieFriele's full-sized avatar

Espen Dalløkken leftieFriele

View GitHub Profile
@leftieFriele
leftieFriele / 1-tablemarkup.html
Created August 1, 2011 13:54 — forked from paulirish/1-tablemarkup.html
whitespace use for html/css readability
<!-- formatting fun #1: tables! -->
<!-- use whitespace to mimic the layout you want. leave off optional end tags for readability -->
<table>
<caption>Selector engines, parse direction</caption>
<thead>
<tr><th>Left to right <th>Right to left
<tbody>
<tr><td>Mootools <td>Sizzle