Make your own free website on Tripod.com

Web Design & Research

    Cool Web Broswer

  1. Google
  2. Yahoo
  3. IrfanView Imaging
  4. Blackboard
image of inline and external lineThere are two classes of images for web pages: inline images are those that display on the web page directly together with the text; external images are stored separately from the web page and are displayed only when the visitor clicks a link to display them. jpeg imageThere are two types of file that we used as images: jpeg (joint photographics experts groups) are complex images such as scanned photographs; gif (graphics interchange format) are patented. Both files are graphic image that is saved using compression techniques to make it smaller or download on the web.
image of attributesThere are eight attributes in the image tags: src is used to define the url you want to load; height and width defines image size; border defines border width; alt is an alternative text displayed when pointing to image; align controls the alignment. image of backgroundIf you want an image as the background of your web page you use the background attribute. To insert an image as a background you use that body tags and select background, then load your image.