Reading-Notes

Images:

we can include a logo, photoqraph, diagram or chart to our webpage.
It is a good practise to create folders for all images we will use in our webpage.

Adding Images:

we can adding images using (img) element with tow attributes:
1. src
2. alt
3. title

Height And Width Of images:

Height specifies the height of images in pixels
Width Specifies the width of images in pixels

Images Format:

  1. JPEG (when there are differnt colors in picture)
  2. GIF & BNG (when there are few colors and small areas of the same color)

Image resolution:

Image should save with 72ppi resolution .

Color

Imgcolor


## TEXT: #### TypeFace Terminology : 1. Serif 2. Sans-Serif 3. Monospace 4. Weight (Light, Medium, Bold, Black) 5. Style (Normal, Italic, Oblique) 6. Stretch (Regular, Extended)