<BLOCKQUOTE> text </BLOCKQUOTE> Defines text that is quoted from elsewhere. Many browsers display it indented. Center <CENTER> text</CENTER> Defines text that should be centered. Font <FONT> text </FONT> Sets text with specific attributes other than that specified in the HEAD tag. SIZE="number" - can be a whole number from 1 to 7 or + or - a whole number to change relative to basefont. COLOR="#rrggbb" - sets the colour of the text. The first one listed that is installed on the client machine is used. Heading Text <Hn> text </Hn> (where n is a whole number 1-6)
Horizontal Rule <HR> Draws a horizontal line across the screen There is no </HR> tag. Line Break <BR> Breaks the current line of text. Not needed inside a PRE element. There is no </BR> tag. No Break <NOBR> text </NOBR> Defines a block of text with no line breaks except those explicitly requested with BR or WOBR. Preformatted Text <PRE> text </PRE> Defines text that should be shown in a fixed width font with the line breaks and other whitespace specified by the page author. Multiple spaces will be displayed as multiple spaces. Typically used for several lines of program code or for poetry. WIDTH="width" - specifies the maximum number of characters per line. Paragraph Text <P> text </P> Starts a new paragraph. </P> is optional if the tag is only to insert space between two paragraphs (the same as using two BR tags), It MUST be used with attributes e.g. ALIGN="center" which apply to whole paragraphs. Plain Text <PLAINTEXT> text </PLAINTEXT> Defines text to be shown in a fixed width font with the line breaks and other whitespace specified by the page author. Multiple spaces will be displayed as multiple spaces. HTML tags are not rendered inside this tag. White Space <SPACER attributes> Creates an area of white space within the document. The attributes for this tag are: TYPE="type" - one of HORIZONTAL, VERTICAL or BLOCK. SIZE="pixels" - use when TYPE is HORIZONTAL or VERTICAL to specify the size of the spacer in pixels. WIDTH="width" - use when TYPE is BLOCK to specify the width of the spacer in pixels. HEIGHT="height" - use when TYPE is BLOCK to specify the height of the spacer in pixels. ALIGN="align" - use when spacer is a BLOCK- one of LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM. Word Break <WBR> Sets a place where a word or line can be broken within a NOBR block. | Tag List <!-- &tag; A ADDRESS APPLET AREA B BASE BASEFONT BGSOUND BIG BLINK BLOCKQUOTE BODY BR CAPTION CENTER CITE CODE COL COLGROUP DD DFN DIR DL DT EM EMBED FONT FORM FRAME FRAMESET Hn HEAD HR HTML I IFRAME IMG INPUT TYPE=CHECKBOX INPUT TYPE=FILE INPUT TYPE=HIDDEN INPUT TYPE=IMAGE INPUT TYPE=PASSWORD INPUT TYPE=RADIO INPUT TYPE=RANGE INPUT TYPE=RESET INPUT TYPE=SCRIBBLE INPUT TYPE=SELECT INPUT TYPE=SUBMIT INPUT TYPE=TEXT ISINDEX KBD LI LINK LISTING MAP MARQUEE MENU META MULTICOL NOBR NOFRAMES OBJECT OL P PARAM PLAINTEXT PRE SAMP SCRIPT SMALL SPACER STRIKE STRONG SUB SUP TABLE TBODY TD TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR WBR XMP |