Skip Navigation.

NWE Help: Web: Authoring: HTML: HTML Styles

NWE Home :: Help :: Web :: Authoring :: HTML

Examples of styles in HTML
Viewing source on this page is a really good idea.


Headline level number 1

Headline level number 2

Headline level number 3

Headline level number 4

Headline level number 5
Headline level number 6

This text is wrapped in EM tags, so it should appear in italics.

Now I really mean business -- you can tell because this line is wrapped in STRONG tags, so it is bold.

If you turn on PRE tags, then 
   all of the whitespaces you
      include as part of your
            HTML are rendered
                  by Mozilla.
I think I need a horizontal rule here:

Now I'll right justify this paragraph, with a few words in a different color for fun, then put a fat horizontal rule under it:


Note that the use of a </P> tag in the above example makes more space under the horizontal rule. By the way, this is a BLOCKQUOTE tag -- note the space on either side of the screen.

Here are
a bunch of lines separated by
line breaks -- so that the line
spacing is exactly as I specify.