View Source to see the HTML







ALIGNMENTS

You can center your type.

This is a centered headline

This is called flush left rag right.

This is called centered

This is called flush right rag left.







FONT SIZES

One way to change text size displayed by the browser is by using heading styles. Another way is by setting the basefont size or the font size.

Basefont effects the default size used for text. Heading styles override basefont size. The default basefont size is 3 unless you specify a different one. This is very readable for most documents. Basefont sizes range from 1 to 7.

Font effects the size used for specific pieces of text. Heading styles override font size. Font sizes range from 1 to 7. Setting the font size and basefont size to the same number result in the same size type.

This is a larger than normal basefont size.

This adds 1 to the current basefont size.

Seven is a large font size.

This is H1 size.

This is H2 size.

This is H3 size.

This is H4 size.

This is H5 size.
This is H6 size.




This is font size one.

This is font size two.

This is font size three.

This is font size four.

This is font size five.

This is font size six.

This is font size seven.




FIXED TYPE STYLES

If you need a BOLD word in the text use the Bold tags

If you need a ITALIC word in the text use the ITALIC tags

If you need a UNDERSCORED word in the text use the UNDERSCORED tags

If you need a TYPEWRITTEN word in the text use the TYPEWRITTEN tags

If you need a STRIKE OUT word in the text use the STRIKE OUT tags

If you need a Blink word in the text use the BLINK tags.
This does not work in every browser!







LINE AND PARAGRAPH BREAKS

You must inset a tag when you want to to break a line or end a pargraph in a specific place. Otherwise, the text will flow to fit the width of the browser window, and break differently when the browser window is resized. BR ends a line without adding a space. P ends a paragraph and adds a line space.

There are plenty of other good reasons to break
lines
and
paragraphs

The NoBR tag prevents text and graphics from breaking and reflowing to fit the browser window. It is paired tag. If you want to indicate a place to break text with non-breaking sections, use . Place this tag witin the Nobr and /NoBR tags.

Back to Table of Contents