reading-notes

images in Html:

1-Be relevant 2-Convey information 3-Convey the right mood 4-Be instantly recognisable 5-Fit the color palette

Adding Images: d To add an image into the page you need to use an <img< element. This is an empty element (which means there is no closing tag). It must carry the following two attributes: 1-src: This tells the browser where it can find the image file. 2-alt: This provides a text description of the image which describes the image if you cannot see it.

you can also use:Height and width

Where to Place Images in Your Code:

colors:

ss

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

There are 147 predefined color names that are recognized by browsers. For example: DarkCyan We look at these three different ways of specifying colors on the next double-page spread.

text: