This page will allow you to test a browser's/navigator's compliance with the final draft of HTML 3.2 text markup tags.
Well-designed Web client software will not "break" when it encounters an unknown tag, it will just ignore it.
Please visit the World Wide Web Consortium (W3C) page for a look at the proposed HTML 3.2 specification.
Besides the ALIGN=CENTER attribute for <P> and header tags, text, tables, inline images, etc. all content within a page can be centered using the <CENTER> tag.
HTML 3.2 adds the ALIGN=LEFT|CENTER|RIGHT, NOSHADE, SIZE, and WIDTH attributes for the basic horizontal rule tag; <HR>
(specifies a vertical thickness of 3 applied to the horizontal rule)
(specifies the width of the horizontal rule) *notice alignment defaults to center
(alignment of the partial horizontal rule to the specified parameter)
The proposed HTML 3.2 specification includes several new attributes.
List definitions, for both ordered and unordered lists, can be found in either the <UL> or the <LI> tags.
Type definitions for unordered lists consist of disc, circle, and square.
Ordered lists can begin at a specific point in a listing scheme with the START attribute.
No matter which definition type is used, the START only accepts a number. If the type is 'I' and START=3, then the first element will show 'III'; if the type is 'a' and START=6, then the first element will be 'f' and so on.
<BIG>...</BIG>
plain text big text plain text
<SMALL>...</SMALL>
plain text small text plain text
<SUP>...</SUP>
plain text superscript text plain text
<SUB>...</SUB>
plain text subscript text plain text
<STRIKE>...</STRIKE>
plain text strike through text plain text
base text size
<FONT SIZE=+1>default right justified text
centered text after the DIV ALIGN tag