Note: The above links will open in a separate
browser window
Inserts a line break.
Attributes:
Possible values:
Suppreses automatic word wrapping within the
browser window.
(N1.0)
Forces the text enclosed by the NOBR tags to wrap only if necessary.
(N1.0)
Attributes:
Specifies the alignment of the enclosed elements. Can be used to organize
a document into sections (divisions) that are aligned differently.
Attributes:
Centers the enclosed elements, which can be text, images, tables, forms, etc.
CENTER element is equivalent to <DIV ALIGN=CENTER>.
Inserts a horizontal line in the document.
Attributes:
Inserts blocks of spaces into HTML documents.
(Netscape)
(N3.0b)
Attributes:
Possible values:
Possible values:
Puts the enclosed text in boldface.
Puts the enclosed text in italics.
Underlines the enclosed text in underlined. It can be easily mistaken for a
hyperlink, so specifying different color for
text and for hyperlinks is usually a good idea.
(N3.0b)
(NWI)
Specifies the typewriter font. The text is typically rendered as fixed-width.
Renders the enclosed text one size larger than the base font.
Renders the enclosed text one size smaller than the base font.
Stronger emphasis on the enclosed text. The physical rendering is typically
boldface.
Puts an emphasis on the enclosed text. The physical rendering is typically
italics.
Specifies a definition. The physical rendering is browser-dependent.
(N3.0b)
Specifies authorship or contact details. The physical rendering is
typically italics.
Specifies a citation. The physical rendering is browser-dependent.
Specifies a sample of code. The text is typically rendered in smaller font.
Specifies a sample output from a form or program. The text is typically
rendered in smaller font.
Specifies text to be entered at the keyboard. The text is typically rendered
as bold and fixed-width.
Specifies a variable. The text is rendered in small fixed-width type.
Displays text in columns.
(N3.0b)
Attributes:
Encloses a block quotation. Usually both the left and the right margins are
rendered with indentation.
Displays text in fixed-width type while preserving white space characters
such as space, newline and tab characters. Automatic word-wrap should be
disabled. If you are using the horizontal tab
character, make sure that it is set to 8 spaces, which is the most common.
If you are not sure that the setting is 8 - use space characters instead
in order to avoid misalignment. The PRE tag ignores images and other elements
that produce changes in font size, such as BIG, SMALL, SUB, SUP or FONT.
The same as PRE. Now obsolete -- use the PRE tag instead.
The same as PRE. Now obsolete -- use the PRE tag instead.
The same as PRE. Now obsolete -- use the PRE tag instead.
Renders the enclosed text in superscript.
Renders the enclosed text in subscript.
Renders the enclosed text with a line through it. It is equivalent to the
<STRIKE> tag.
(N3.0b)
(NWI)
Renders the enclosed text with a line through it.
(N3.0b)
Forces the enclosed text to blink continually.
(N1.0)
Specifies a comment. Any text enclosed within the tags is ignored by
the browser, unless it contains HTML code.
Oleg K.'s HTML shop
Copyright © 1997 -
Oleg K.