|
|
|
|
|
|
Formatting |
|
TITLE
|
TAG &
DESCRIPTION |
|
Bold
|
<B> </B> |
|
bold text style. A B C |
|
Italic
|
<I> </I> |
|
italic text style.
A B C |
|
Underline
|
<U> </U> |
|
underlined text. A B C |
|
Strikeout
|
<STRIKE> </STRIKE> |
|
strike-through text. A B C |
|
Subscript
|
<SUB> </SUB> |
|
subscript numbers like footnotes.
XXXABC |
|
Superscript
|
<SUP> </SUP> |
|
superscript numbers like cross -
reference numbers. XXXABC |
|
Typewriter
|
<TT> </TT> |
|
teletype or mono spaced text.
A B C |
|
Pre formatted
|
<PRE> </PRE> |
|
pre formatted text (display text
spacing as-is) |
|
Width
|
<PRE WIDTH=#> </PRE>
|
|
width in characters |
|
Center
|
<CENTER> </CENTER> |
|
centers text and images |
|
Font Size
|
<FONT SIZE=?> </FONT> |
|
local font size (ranges from 1-7) |
|
Change Font Size
|
<FONT SIZE="+|-?"> </FONT> |
|
controls font size rendered |
|
Font Color
|
<FONT COLOR="#$$$$$$"> </FONT> |
|
controls font color rendered |
|
Select Font
|
<FONT FACE="***"> </FONT>
|
|
the style of the text, such as
Times New Roman |
|
Point size
|
<FONT POINT-SIZE=#> </FONT> |
|
the size of the text |
|
Weight
|
<FONT WEIGHT=?> </FONT> |
|
used to specify weight or
thickness of text |
|
Base Font Size
|
<BASEFONT SIZE=#> |
|
size of font (from 1-7; default
is 3) |
|
Marquee
|
<MARQUEE> </MARQUEE> |
|
The marquee tag allows you to
scroll some text of your choice accross the screen,
LOOP=" "
This will tell the browser to
scroll the text the number of times you set it to.
BGCOLOR=" "
This allows you to change the
background color of the area the text is scrolling over.
WIDTH=" "
This lets you control the width
of the marquee. You can use the number of pixels, or a percentage of the
screen.
<MARQUEE LOOP="infinite" BGCOLOR="yellow"
WIDTH="300">
Scrolling text is so much fun!
</MARQUEE> |
|
|