The specification of Level 3 HTML is still largely in development, so this document should be considered a brief glance at what may come for HTML Level 3. Only a selection of the current proposed elements are shown here; and not all attributes of each are shown.
When completely defined, the Level 3 specifications will be additions over Level 0, Level 1, and Level 2 elements. In this document, the Level 3 elements listed are in all capital letters; the attributes are indicated by initial capital letters. In order to benefit from the information in this file, view both its HTML source as well as its rendered form in a Web browser. The tags are explained in the list below as well as demonstrated in this file.
Level 3 specifies no additions over Level 0, 1, or 2.
This is the stop <TAB Id=T1> where the tab <BR> <TAB To=T1>will move the text.rendered in a Level 3 browser as:
This is the stop where the tab will move the text.
Your browser renders this as:
Your browser renders this as:
This would be rendered, in a Level 3 browser something like this:
This is the stop
<FIG Src="../images/stats.gif">
<P><CAPTION>Example Figure</CAPTION>
<P><CREDIT>J. December</CREDIT>
</FIG>
<TABLE Border>
<CAPTION>August Standings</CAPTION>
<TR><TH Rowspan="2"><TH Colspan="2">Totals</TR>
<TR><TH>Wins<TH>Losses</TR>
<TR><TH Align="left">White Sox<TD>22<TD>55</TR>
<TR><TH Align="left">Tigers<TD>84</TD><TD>8</TD></TR>
</TABLE>
Is rendered in your current browser as:
Totals Wins Losses White Sox 22 55 Tigers 84 8
August Standings
+-------------------------------+
| | Totals |
| |-------------------|
| | Wins | Losses |
|-----------+---------+---------|
| White Sox | 22 | 55 |
|-----------+---------+---------|
| Tigers | 84 | 8 |
+-------------------------------+
TABLE Attributes:
Attributes:
Both have Attributes:
Attributes: same as for TH and TD.
<MATH>∫a_^b^{f(x)} dx</MATH>
Your browser renders this as:
Copyright © 1995 by John December. All rights reserved.