HOME            MAIN            NEXT            PREV

HTML Character Level Elements Summary


HOME            MAIN            NEXT

BR Element: Line Break

Usage:                <BR>
Can Contain:       empty                 
Can Be Inside:    ADDRESS, BLOCKQUOTE, BODY, CENTER, DIV, FORM, PRE, 
                          DD, DT, LI, TD, TH, Hn,
                          A, CAPTION, character highlighting
Attributes:           CLEAR

BR indicates a line break.
TOP

<P> Here is the beginning of a paragraph.<BR>
&lt;BR&gt; breaks the line and moves the text down to a new line.

Here is the beginning of a paragraph.
<BR> breaks the line and moves the text down to a new line.


TOP

<P> Here is the text before the table. Here is the text before the table. Here is the text before the table.
Here is the text before the table. Here is the text before the table. Here is the text before the table.
<TABLE ALIGN="left" BORDERCOLORLIGHT="red" BORDER="5" HSPACE="60" VSPACE="40">
<CAPTION>
TABLE with ALIGN=&quot;left&quot; BORDERCOLORLIGHT=&quot;red&quot; BORDER=&quot;5&quot;
HSPACE=&quot;60&quot; VSPACE=&quot;40&quot;</CAPTION>
<TR>
    <TH>
Header 1</TH> <TH>Header 2</TH> <TH>Header 3</TH>
</TR>
<TR>
    <TD>
Left 1</TD> <TD ALIGN="right">Right 1</TD> <TD ALIGN="center">Center 1</TD>
</TR>
<TR>
    <TD>
Left 2</TD> <TD ALIGN="right">Right 2</TD> <TD ALIGN="center">Center 2</TD>
</TR>
</TABLE>
Here is the text after the table. Here is the text after the table. Here is the text after the table.
Here is the text after the table. Here is the text after the table. Here is the text after the table.
<P> Here is a new paragraph after the table. Here is a new paragraph after the table.
Here is a new paragraph after the table. Here is a new paragraph after the table.
Here is a new paragraph after the table. Here is a new paragraph after the table.
<BR CLEAR="left">
&lt;BR CLEAR=&quot;left&quot;&gt; breaks the line and moves the text down to a new line.
&lt;BR CLEAR=&quot;all&quot;&gt;
breaks the line and moves the text down to a new line.
&lt;BR CLEAR=&quot;right&quot;&gt;
does not break the line in this case.

Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table.
TABLE with ALIGN="left" BORDERCOLORLIGHT="red" BORDER="5" HSPACE="60" VSPACE="40"
Header 1 Header 2 Header 3
Left 1 Right 1 Center 1
Left 2 Right 2 Center 2
Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table.

Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table.
<BR CLEAR="left"> breaks the line and moves the text down to a new line. <BR CLEAR="all"> breaks the line and moves the text down to a new line. <BR CLEAR="right"> does not break the line in this case.


TOP

<P> Here is the text before the table. Here is the text before the table. Here is the text before the table.
Here is the text before the table. Here is the text before the table. Here is the text before the table.
<TABLE ALIGN="right" BORDERCOLORLIGHT="red" BORDER="5" HSPACE="60" VSPACE="40">
<CAPTION>
TABLE with ALIGN=&quot;right&quot; BORDERCOLORLIGHT=&quot;red&quot; BORDER=&quot;5&quot;
HSPACE=&quot;60&quot; VSPACE=&quot;40&quot;
</CAPTION>
<TR>
    <TH>
Header 1</TH> <TH>Header 2</TH> <TH>Header 3</TH>
</TR>
<TR>
    <TD>
Left 1</TD> <TD ALIGN="right">Right 1</TD> <TD ALIGN="center">Center 1</TD>
</TR>
<TR>
    <TD>
Left 2</TD> <TD ALIGN="right">Right 2</TD> <TD ALIGN="center">Center 2</TD>
</TR>
</TABLE>
Here is the text after the table. Here is the text after the table. Here is the text after the table.
Here is the text after the table. Here is the text after the table. Here is the text after the table.
<P> Here is a new paragraph after the table. Here is a new paragraph after the table.
Here is a new paragraph after the table. Here is a new paragraph after the table.
Here is a new paragraph after the table. Here is a new paragraph after the table.
<BR CLEAR="right">
&lt;BR CLEAR=&quot;left&quot;&gt; breaks the line and moves the text down to a new line.
&lt;BR CLEAR=&quot;all&quot;&gt;
breaks the line and moves the text down to a new line.
&lt;BR CLEAR=&quot;right&quot;&gt;
does not break the line in this case.

Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table.
TABLE with ALIGN="right" BORDERCOLORLIGHT="red" BORDER="5" HSPACE="60" VSPACE="40"
Header 1 Header 2 Header 3
Left 1 Right 1 Center 1
Left 2 Right 2 Center 2
Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table.

Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table.
<BR CLEAR="right"> breaks the line and moves the text down to a new line. <BR CLEAR="all"> breaks the line and moves the text down to a new line. <BR CLEAR="left"> does not break the line in this case.


TOP

<P> Here is the text before the table. Here is the text before the table. Here is the text before the table.
Here is the text before the table. Here is the text before the table. Here is the text before the table.
<TABLE ALIGN="left" BORDERCOLORLIGHT="red" BORDER="5" HSPACE="60" VSPACE="40">
<CAPTION>
TABLE with ALIGN=&quot;left&quot; BORDERCOLORLIGHT=&quot;red&quot; BORDER=&quot;5&quot;
HSPACE=&quot;60&quot; VSPACE=&quot;40&quot;
</CAPTION>
<TR>
<TH>
Header 1</TH> <TH>Header 2</TH> <TH>Header 3</TH>
</TR>
<TR>
<TD>
Left 1</TD> <TD ALIGN="right">Right 1</TD> <TD ALIGN="center">Center 1</TD>
</TR>
<TR>
<TD>
Left 2</TD> <TD ALIGN="right">Right 2</TD> <TD ALIGN="center">Center 2</TD>
</TR>
</TABLE>
Here is the text after the table. Here is the text after the table. Here is the text after the table.
Here is the text after the table. Here is the text after the table. Here is the text after the table.
<P> Here is a new paragraph after the table. Here is a new paragraph after the table.
Here is a new paragraph after the table. Here is a new paragraph after the table.
Here is a new paragraph after the table. Here is a new paragraph after the table.
<BR CLEAR="all">
&lt;BR CLEAR=&quot;all&quot;&gt; breaks the line and moves the text down to a new line.

Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table. Here is the text before the table.
TABLE with ALIGN="left" BORDERCOLORLIGHT="red" BORDER="5" HSPACE="60" VSPACE="40"
Header 1 Header 2 Header 3
Left 1 Right 1 Center 1
Left 2 Right 2 Center 2
Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table. Here is the text after the table.

Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table. Here is a new paragraph after the table.
<BR CLEAR="all"> breaks the line and moves the text down to a new line.


HOME            MAIN            NEXT            PREV

HR Element: Horizontal Divider

Usage:                <HR>
Can Contain:       empty                 
Can Be Inside:    BLOCKQUOTE, BODY, CENTER, DD, DIV, FORM, LI, TD, TH
Attributes:           ALIGN, NOSHADE, SIZE, WIDTH, (COLOR: Internet Explorer only)

HR draws a horizontal line completely across the screen, and is often used to divide sections within a single document. An HR terminates any preceding paragraph.
TOP

<HR>




TOP

<HR ALIGN="right" SIZE="5" WIDTH="50%">




TOP

<HR ALIGN="center" NOSHADE SIZE="5" WIDTH="50%">




TOP

<HR ALIGN="left" COLOR="#FF0000" SIZE="5" WIDTH="50%">




HOME            MAIN            NEXT            PREV

SPACER Element: Horizontal and Vertical Spacing (Netscape only)

Usage:                <SPACER>
Can Contain:       empty                 
Can Be Inside:    Unspecified; probably: ADDRESS, BLOCKQUOTE, BODY, CENTER, DIV, FORM, MULTICOL,
   
                       DD, DT, LI, P, TD, TH, Hn,
                          A, APPLET, NOEMBED, OBJECT, CAPTION, character highlighting

Attributes:           ALIGN, HEIGHT, SIZE, TYPE, WIDTH

SPACER introduces arbitrary horizontal or vertical spacing within typed text. TYPE="block" spacing is analogous to inserting a transparent (invisible image of size HEIGHT and WIDTH, and allows insertion of horizontal and vertical space at the same place. TYPE="horizontal" spacers introduce simple horizontal tab-like spacing of length specified by SIZE. TYPE="vertical" spacers introduce a vertical tab, again with size specified by SIZE. In this case, however, the tab also implies a line break.
TIP: Use Fully Transparent Images Instead of SPACER. This way is understood on many browsers.
TOP

Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer.



TOP

Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer.



TOP

Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer.



TOP

Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer.



TOP

Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer.



TOP

Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer.



TOP

Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer. Here is the text floating around the spacer.



HOME            MAIN            PREV

WBR Element: Word Break

Usage:                <WBR>
Can Contain:       empty                 
Can Be Inside:    Unspecified; probably: ADDRESS, BLOCKQUOTE, BODY, CENTER, DIV, FORM, MULTICOL, PRE,
   
                       DD, DT, LI, P, TD, TH, Hn,
                          A, APPLET, NOEMBED, OBJECT, CAPTION, character highlighting

Attributes:          none

WBR marks a word space, within a NOBR element, where a word break is allowed. WBR does not force a break, but simply tells the browser where a word break is allowed, should one be needed. WBR is only meaningful within a NOBR.
HOME            MAIN            PREV