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

HTML HELPHTML HELP

THIS IS FOR THOSE OF YOU THAT WOULD LIKE TO START YOUR OWN WEB PAGE AND DON'T KNOW HOW!

  • Tables

    Center Text

    <div align=center>
    This will center a region of text or images, etc.
    </div>
    This will center a region of text or images, etc.


    Bold Text

    <b> This will make a region of text bold </b>
    This will make a region of text bold


    Italics

    <i> italic letters </i>
    italic letters


    Horizontal Line

    <hr> draws a horizontal line


    Carriage Return

    <br> carriage return, end of line 


    New Paragraph

    <p> new paragraph


    Heading Size

    <h1> Heading size 1 </h1>

    Heading size 1

    <h2> Heading size 2 </h2>

    Heading size 2

    <h3> Heading size 3 </h3>

    Heading size 3


    Font Size

    <font size="1">Font size 1 </font>
    Font size 1
    <font size="2">Font size 2 </font>
    Font size 2
    <font size="3">Font size 3 </font>
    Font size 3
    <font size="4">Font size 4 </font>
    Font size 4
    <font size="5">Font size 5 </font>
    Font size 5


    Font Color

    <font color="blue">Blue Text </font>
    Blue Text
    <font color="red">Red Text </font>
    Red Text
    <font color="yellow">Yellow Text </font>
    Yellow Text


    Font Style

    These font codes will work with Netscape 3.0 and Internet Explorer 3.0 or greater.

    <font face="Helvetica">Helvetica font </font>
    Helvetica font
    <font face="New Century Schoolbook">New Century Schoolbook font </font>
    New Century Schoolbook font


    List-Bulleted (Unordered)

    <ul>
    <li> list item 1
    <li> list item 2
    </ul>

    • list item 1
    • list item 2

    List-Numbered (Ordered)

    <ol>
    <li> pc
    <li> mac
    </ol>

    1. pc
    2. mac

    List-Bulleted (Nested)

    <ul>
    <li>list
    <ul>
    <li>nested
    <ul>
    <li>twice
    </ul>
    </ul>
    </ul>

    • list
      • nested
        • twice

    Block Quote

    <blockquote>
    This will quote a block of text as a separated paragraph like this, indented on both the left and right sides. You may also put other codes inside the blockquote as well, such as this bold, italicized link to point you to
    <b><i><a href="/doc/webdesign.html"> other HTML resources which you haven't found here.</a></i></b>
    </blockquote>


    Tables Are real easy! Here Is A Basic Table!

      Cell 1 Cell 2
      Cell 3 Cell 4


    If There Is Still Something You Have A Question About, Then Please E-Mail Me! THANX!!

    Email: hansongirl25@hotmail.com