cssreset-basic-source.mustache revision b0e8ba0bb1024f36f17e1c8c55f531698df8bec7
341N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1515N/A<html>
341N/A<head>
341N/A <meta http-equiv="content-type" content="text/html; charset=utf-8">
919N/A <title>YUI 3.x: CSS Fonts Basic Example</title>
919N/A <link rel="stylesheet" href="/build/cssreset/reset.css" type="text/css">
919N/A</head>
919N/A<body>
919N/A <h1>This is a H1 element.</h1>
919N/A <h2>This is a H2 element.</h2>
919N/A <h3>This is a H3 element.</h3>
919N/A <h4>This is a H4 element.</h4>
919N/A <h5>This is a H5 element.</h5>
919N/A <h6>This is a H6 element.</h6>
919N/A
919N/A <ul>
919N/A <li>This is a LI in a UL</li>
919N/A </ul>
919N/A
919N/A <ol>
919N/A <li>This is a LI in a UL</li>
341N/A </ol>
341N/A
1549N/A <dl>
1549N/A <dt>This is a DT in a DL</dt>
1549N/A <dd>This is a DD in a DL</dd>
341N/A </dl>
341N/A
1112N/A <form>
341N/A <input type="text" value="This is an INPUT type TEXT in a FORM"/>
341N/A
341N/A <select>
341N/A <option>This is an OPTION in a SELECT</option>
1549N/A <option>This is an OPTION in a SELECT</option>
341N/A <optgroup>
341N/A <option>This is an OPTION in a OPTGROUP in a SELECT</option>
341N/A <option>This is an OPTION in a OPTGROUP in a SELECT</option>
341N/A </optgroup>
688N/A <option>This is an OPTION in a SELECT</option>
688N/A </select>
341N/A
688N/A <textarea name="ta1">This is text in a TEXTAREA in a FORM</textarea>
688N/A
341N/A <fieldset>
341N/A <textarea name="ta2">This is text in a TEXTAREA in a FIELDSET in a FORM</textarea>
341N/A </fieldset>
341N/A
341N/A <button>This is a BUTTON</button>
341N/A
341N/A </form>
341N/A
341N/A <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>
341N/A
341N/A <blockquote>This is a BLOCKQUOTE element.</blockquote>
1549N/A
341N/A <table>
341N/A <caption>This is a CAPTION in a TABLE</caption>
341N/A <thead>
341N/A <tr>
1549N/A <th>This is a TH in a TR in a THEAD in a TABLE</th>
341N/A <td>This is a TD in a TR in a THEAD in a TABLE</td>
341N/A </tr>
341N/A </thead>
341N/A <tfoot>
341N/A <tr>
341N/A <th>This is a TH in a TR in a TFOOT in a TABLE</th>
1549N/A <td>This is a TD in a TR in a TFOOT in a TABLE</td>
341N/A </tr>
341N/A </tfoot>
341N/A <tbody>
688N/A <tr>
688N/A <th>This is a TH in a TR in a TBODY in a TABLE</th>
341N/A <td>This is a TD in a TR in a TBODY in a TABLE</td>
341N/A </tr>
341N/A </tbody>
341N/A </table>
341N/A
1549N/A</body>
341N/A</html>
341N/A