The tutorials found herein have been written for clarification of existing W3C HTML 5 and HTML 4.01 (and, by extension, xHTML 1.0 as text/html) specifications through the use of real-world examples.

Some section names have been taken from HTML 5; some remain HTML 4.01. Text-Level Elements in HTML 4.01 - have become Text-Level Semantics in HTML 5 but some were reclassified as Grouping or Phrasing Content; List elements are Grouping Content but shown here as “Lists”.
align
The align attribute represents text alignment. It may be found assigned with the following: applet, caption, col, colgroup, div, h1, h2, h3, h4, h5, h6, hr, iframe, img, input, legend, object, p, table, tbody, td, tfoot, th, thead, tr.
[Note: This presentation attribute has been deprecated in HTML 4.01 and obsoleted in HTML 5. CSS has supplanted this attribute with the property text-align.]
alignThree Ravens were singing as sun rose.
<p align="right">Three Ravens were singing as sun rose.</p>
<hr width="80px" size="130" noshade="noshade" align="center">
Circus sideshows offer an arcanum of locums' ex cathedra caveats given on the state of burlesque dancers performing in the Evening after general attendance was sent for the egress.
<h1 align="center">Barnacles are indifferent when tides of change are set.</h1>
<p align="justify">Circus sideshows offer an arcanum of locums' ex cathedra caveats given on the state of burlesque dancers performing in the Evening after general attendance was sent for the egress.</p>
| Charles Baudelaire: | Common sense tells us that the things of the earth exist only a little, and that true reality is only in dreams. |
<table>
<tbody>
<tr>
<td width="130" align="right" valign="top"><b>Charles Baudelaire:</;b></td>
<td width="50" align="left"> Common sense tells us that the things of the earth »
exist only a little, and that true reality is only in dreams.</td>
</tr>
</tbody>
</table>
The Elementary Standards: A Compendium of articles, tutorials and reference material regarding Web Standards, HTML and CSS Copyright ©2005-2010. All work is published by Sean Fraser under a Creative Commons License. All Rights Reserved.