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