News GoLive Help and Tutorials HTML Help and Tutorials JavaScript Help and Tutorials Links, Files, and Resources Contact and Contribution Info
 
   
HTML Tutorial
HTML Basics : Formatting Text

Formatting Text

I won't spend long on this, as it's a very simple topic. I'll just give you examples with corresponding HTML code:

Normal text Normal text

Bold text <B>Bold text</B>

Italic text <I>Italic text</I>

Teletype text <TT>Teletype text</TT>

Different sizes of text <FONT SIZE="5">Different sizes </FONT><FONT SIZE="2">of text </FONT>

Centered text <CENTER>Centered text</CENTER>

Right-aligned text <DIV ALIGN="right">Right-aligned text</DIV>

Different colours of text Different <FONT COLOR="#6300ff"> colours </FONT> of <FONT COLOR="red">text</FONT>

Flashing text <BLINK>Flashing text</BLINK>

Back to HTML Basics

  
These tutorials were contributed by Matt Ridley. If you have any questions, corrections, or suggestions on how to improve it, you may email him at mattman@mattman.net. Visit his own site at http://www.mattman.net.

Matt currently works for the GoLive Technical Support Center, and regularly shares his knowledge with users of the GoLive Talk List.

Sources: Personal experience.


Back to HTML Tutorials

Design and Content ©1999 WebDawn Multimedia. View our Copyright Notice.
Send Comments and Feedback to the WebMaster.