|
Text formatting BY WIL GERKEN
Text formatting in HTML is pretty straight forward. The most common of the formatting tags are bold, italic, underline, and typewriter type. Each tag functions in the same manner which an on tag and an off tag. Be careful to properly balance your tags. <b></b> - Bold.
Example: This word is bold. <i></i> - Italic.
Example: This word is italic. <u></u> - Underline.
Example: This word is underlined <tt></tt> - Typewriter type - uses a fixed width font like courier.
Example: This sentence is in typewriter type format
Example: This entire sentence is bold, and only this word is italic. Example: This entire sentence is underlined, this word is bold, this word is italic and this word is both! Code: <u>This entire sentence is underlined, this <b>word</b> is bold, this <i>word</i> is italic and this <tt><b><i>word</i></b><tt> has the works!</u>
|
Home .
About .
Syllabus .
Design Guide .
Message Board
©1997-98 Wil Gerken