Font Attributes
Font attributes are now properly cumulative. Text inside:
<i><tt><FONT SIZE=6><b>text</b></FONT></tt></i>
will be italic fixed bold text of size 6.
HTML Comments
<!-- Comment here -->
These comments can include other elements, and thus be used to quickly comment out large chunks of markup.
Line Breaks
Unless specified with a formatting element, lines can
only be broken where empty space occurs in the original document. This means
any spaces, tabs, or new lines. You should never again have the sequence:
<A HREF=url>Anchor here</A>.
broken between the highlighted anchor and the period.
Back to Netscape Extensions to HTML
Up to the Contents page