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

Visual Dictionary of HTML(code)

Body Design


    < HTML >
    < HEAD >
    < TITLE >
    (place your title here)< /TITLE >
    < /HEAD >
  • < BODY
    background="stone.gif" A background image of picture.

    LINK="rrggbb" Link color in your document based on rggbb number such as "CC0033" for red or "66CC00" for green.

    VLINK="rrggbb" A visited link same as above.

    LEFT MARGIN=n Specifies the left margin for the entire body of the page in pixels.

    TOP MARGIN=n Specifies the top margin for the top of the page in pixels.

    BGCOLOR="00FF66" A background of filled color.

    bgproperties=fixed A background image of none scrolling, only for text to scroll.

    BGSOUND SRC="SOUNDWAVE.MID" A background sounds to play after page was opened. Compactible with .wav, .au, and .mid format.

    LOOP="2" Replay music twice or add a number to how many time to play. "INFINTE" is unlimited to play repeating.

    > (Don't forget the ending text)

    (Place all viewable things here)
  • < /BODY >
    < /HTML >