Site hosted by Angelfire.com: Build your free website today!


HTML BASICS

Getting Started

Basics

Images

Colors

Backgrounds

Songs

Adding Links

 

 

 

Basic Editing

  1. Font Size

    If you want a big font, type < h1 > in front of the text u want to appear big and </h1> after you don't need it anymore. Another way you can change the font and size of your text is by typing in front of your text  :-

                                                                                         <basefont="the name of your font" size="the size you want" color="#your color">

    For example THE RED HOT CAFE

    THE RED HOT CAFE

  2. Bold text

    To make your text bold type < h3 > in front of your text and       < /h3 > when you don't need it anymore.

    For Example

    BOLD TEXT

  3. Center text

    To make your text/picture center just type <center> and </center> to stop centering

     

  4. Break or Paragraph

    For paragraph type <p> and to break a line type <br> when you r done always remember to type </p> or </br>

     

  5. Horizontal line

    To add horizontal line type  <hr>