Example code:
This is an example of how the <BREAK>Break tag works in a document.
Result of code:
This is an example of how the
Break tag works in a document.
Example code:
<FRAMESET COLS="100%,*" BORDER="0" FRAMEBORDER="no">
<FRAME MARGINHEIGHT="50" MARGINWIDTH="50" SRC="border1.htm" NAME="main">
</FRAMESET>
Result of code:
This link will take you to the page with the above coding: margin1.htm
Example code:
<BODY TOPMARGIN="50" LEFTMARGIN="50">:
Result of code:
This link will take you to the page with the above coding: margin2.htm
Example code:
This is an example of how the <CENTER>Center Text tag</CENTER> works in a document.
Result of code:
This is an example of how the
Example code:
<MULTICOL COLS="2" GUTTER="25" WIDTH="250">The Multicol tag divides text up into newspaper or newsletter type columns. Each column will be of the same width.<P>You can use other HTML tags within the Multicol tag.</MULTICOL>
Result of code:
You can use other HTML tags within the Multicol tag.
Example code:
<MULTICOL COLS="2" GUTTER="25" WIDTH="300">The Multicol tag divides text up into newspaper or newsletter type columns. Each column will be of the same width.<MULTICOL COLS="2"><FONT SIZE="2">You can use other HTML tags within the Multicol tag, including other Multicol tags.</FONT></MULTICOL>The default value for the Gutter attribute is 10.</MULTICOL>
Result of code:
Example code:
<NOBR>The NOBR tag prevents text from being wrapped if it is too long for the browser window to display it. The WBR tag allows specifing where the line of text<WBR>can be wrapped</WBR> within the NOBR tags.</NOBR>
Result of code:
Example code:
<P ALIGN="CENTER">
Center text and graphics within a paragraph, It does not require a closing tag; <BR>
Result of example code:
Center text and graphics within a paragraph. It does not require a closing tag;
Example code:
<P ALIGN="RIGHT">
Right align text and graphics within a paragraph, It does not require a closing tag; <BR>
Result of example code:
Right align text and graphics within a paragraph. It does not require a closing tag;
Example code:
<SPACER TYPE="block" WIDTH="50" HEIGHT="40" ALIGN="left">Spacer tags can be used for: spacing between lines or text and can be used for text indention. The block attribute is the same as creating an invisible image. Spacers have no closing tag.
Result of code:
Example code:
<SPACER TYPE="horizontal" SIZE="70">Spacer Tags can be used for spacing between lines or text and can be used for text indention.<SPACER TYPE="horizontal" SIZE="25">The block attribute is the same as creating an invisible image. Spacers have no closing tag.
Result of code:
Example code:
Spacer Tags can be used for: <SPACER TYPE="vertical" SIZE="25"> spacing between lines or text and can be used for text indention.<SPACER TYPE="vertical" SIZE="15">The block attribute is the same as creating an invisible image. Spacers have no closing tag.
Result of code:
Spacer Tags can be used for:
© David Merchant 1997-2001.
PARAGRAPH
it is turned off by "paragraph," "table," tag<BR>
or other such formating tags.<BR>
it is turned off by "paragraph," "table,"
or other such formating tags.
it is turned off by "paragraph," "table," tag<BR>
or other such formating tags.<BR>
It also has a LEFT (default) value for its ALIGN attribute.
it is turned off by "paragraph," "table,"
or other such formating tags.
It also has a LEFT (default) value for its ALIGN attribute.
To the Table of Contents
SPACER
|Title Page| |Basic Template| |Color| |Dynamic HTML/Layers| |Form Tags| |Frame Tags| |HTML Entities / ISO Characters| |Image Tags| |Link Tags| |List Tags| |Other Spacing / Layout Tags| |Rule Tags| |Sound Tags| |Style Sheets| |Table Tags I| |Table Tags II| |Text Tags| |Bibliography / Resources| |Index|
<