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

Visual Dictionary of HTML(code)


Image Design


    < HTML >
    < HEAD >
    < TITLE >
    (place your title here)< /TITLE >
    < /HEAD >
  • < BODY
  • < IMG (Inserts an image.)

  • SRC="URL" (A image of jpeg, jpg, gif, or web picture link.)

  • LOWSRC="URL" (Specifes that the image is a werver-side clickable imagemap.)

  • ALIGN="..." (Place an object to RIGHT, LEFT float the object as specified and wrap the text around it. TOP, MIDDLE, BOTTOM relative to surround the text.)

  • BORDER=n (control the thickness of theborder around the image in prixels.)

  • HEIGHT=n (the height of the image in prixels.)

  • HSPACE=n (the horizontal space around the image in prixels.)

  • VSPACE=n (Control the vertical space (white space) around the image in prixels.)

  • WIDTH=n > (Specifes a width of the imagein prixels.)


  • < /BODY >
    < /HTML >