﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Format samples - Light Alloy help</title>
<LINK href="Styles.css" rel="stylesheet" type="text/css" />
</head><body>
<iframe src="_contents.htm" frameborder="0">Contents</iframe>
<h1>Title 1</h1>
<h2>Title 2</h2>
<h3>Title 3</h3>
<h4>Title 4</h4>

<p> Common text, including <a href=".htm">local link</a>, <a class="ext" href=".htm">external link</a>, text with <sup>superscript</sup> and <sub>subscript</sub>, <span class="key">real button</span>, <span class="button">display button</span>, <span class="not_button">another control</span>, <span class="path">Path \ to \ anything</span>.
</p>

<!-- spoiler -->
<label class="spoiler"> 
    <input type="checkbox" />
    <div class="title">Spoiler (works on CSS, no JavaScript used)</div>
    <div class="body">Spoiler's content</div>
</label>
<!-- End of spoiler -->

<p class="spacer">just empty line</p>

<hr/>

<ul>
<li>Common bulleted list</li>
<li>Common bulleted list</li>
</ul>

<ol>
<li>Common numbered list</li>
<li>Common numbered list</li>
</ol>

<ul class="add">
<li>History: added</li>
<li>History: added</li>
</ul>

<ul class="modify">
<li>History: modified</li>
<li>History: modified</li>
</ul>

<ul class="del">
<li>History: deleted</li>
<li>History: deleted</li>
</ul>

<table width="512">
<tr>
<th>Table's title</th>
<th>Table's title</th>
</tr>
<tr>
<td>cell</td>
<td>cell</td>
</tr>
</table>

</body></html>