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