Images created for the web should be saved at a resolution of 72 ppi. The higher the resolution of the image, the larger the size of the file.
src this tells the browser where it can find the image file
alt Tis prvide a text This description of the image that describes the image if you can not see it.
height
width
Several statistics reports indicate that these 3 formats together comprise of more than 95% of all images loaded on websites
is a lossy compression specification that takes advantage of human perception. It can achieve compression ratios of 1:10 without any perceivable difference in quality.
is a lossless image format using DEFLATE compression. No data is lost during compression and no compression artefacts are introduced in the image.
is also a lossless image format that uses LZW compression algorithm.
This aligns the image to the left (allowing text to flow around its right-hand side)
This aligns the image to the right (allowing text to flow around its left-hand side).
This aligns the first line of the surrounding text with the top of the image .
This aligns the first line of the sueeonding text with the bottom of the image .
rgb values These express collors in terms of how much red, green and blue are used to make it up. For example: rgb(100,100,90)
hex codes These are six-digit codes that represent the amount of red, green and blue in a color, preceded by a pound or hash # sign. For example: #ee3e80
color names There are 147 predefined color names that are recognized by browsers. For example: DarkCyan
background-color CSS treats each HTML element as if it appears in a box, and the background-color property sets the color of the background for that box.
Saturation is the amount of gray in a color. Saturation is represented as a percentage. 100% is full saturation and 0% is a shade of gray.
The properties that allow you to control the appearance of text can be split into two groups: Those that directly affec
text-shadow :The text-shadow property has become commonly used despite lacking support in all browsers. It is used to create a drop shadow, which is a dark version of the word just behind it and slightly offset.