A Taste of HTML
26
HTML, up to version 3.2, was a closed system.
Fixed set of elements
Headers
<h1>
,
<h2>
, ...,
<h6>
Lists
<ul>
,
<ol>
,
<li>
Tables
<table>
,
<tr>
,
<td>
Paragraphs
<p>
,
<pre>
Math
<sub>
,
<sup>
Fonts
<b>
,
<i>
,
<tt>
Decoration
<hr>
,
<br>
Fixed system-provided presentation for the elements