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.
we can adding images using (img) element with tow attributes:
1. src
2. alt
3. title
Height specifies the height of images in pixels
Width Specifies the width of images in pixels
Aligning Images Horizontally: align attributes used to indcate how the parts of page flow around image (left, right)
Aligning Images vertically (top, middle, bottom)
Image should save with 72ppi resolution .
Animated GIFs : show several frames of an image in sequence and can be used in simple animations
## 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)
font-size property specify the font size in pixels or percentages
font-weight property to create Bold text or Normal
font-style property to create italic or normal text
text-transform property to change the text case : uppercase , lowercase and capitalize
text-decoration property to specify underline , overline and line-through
text-align to control the text alignment : left , right or center