cssreset-basic-source.mustache revision 9dfae1ecce662cd57ef1f907f93fe458414500ce
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <meta http-equiv="content-type" content="text/html; charset=utf-8">
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <title>YUI 3.x: CSS Reset Basic Example</title>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <link rel="stylesheet" href="{{yuiBuildUrl}}/cssreset/reset.css" type="text/css">
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy <input type="text" value="This is an INPUT type TEXT in a FORM"/>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <option>This is an OPTION in a SELECT</option>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <option>This is an OPTION in a SELECT</option>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <option>This is an OPTION in a OPTGROUP in a SELECT</option>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <option>This is an OPTION in a OPTGROUP in a SELECT</option>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <option>This is an OPTION in a SELECT</option>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <textarea name="ta1">This is text in a TEXTAREA in a FORM</textarea>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <textarea name="ta2">This is text in a TEXTAREA in a FIELDSET in a FORM</textarea>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <p>This paragraph contains a bunch of phrase elements. Up first in an <a href="test">[A]nchor</a>, followed by an <abbr title="test">ABBR with a title value</abbr>, followed by an <acronym title="test">ACRONYM with a title value</acronym>, followed by an <address>ADDRESS</address>, followed by a <cite>CITE</cite> element, followed by a <code>CODE</code> element, followed by a <del>DEL</del> element, followed by a <em>EM</em> element, followed by a <ins>INS</ins> element, followed by a <kbd>KBD</kbd> element, followed by a <q>Q</q> element, followed by a <samp>SAMP</samp> element, followed by a <span>SPAN</span> element, followed by a <strong>STRONG</strong> element, followed by a <tt>TT</tt> element, followed by a <var>VAR</var> element, all within a containing P.</p>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <blockquote>This is a BLOCKQUOTE element.</blockquote>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <caption>This is a CAPTION in a TABLE</caption>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <th>This is a TH in a TR in a THEAD in a TABLE</th>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <td>This is a TD in a TR in a THEAD in a TABLE</td>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <th>This is a TH in a TR in a TFOOT in a TABLE</th>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <td>This is a TD in a TR in a TFOOT in a TABLE</td>