<== Previous Lesson Next Lesson ==>
<== Home 🏠
- You must specify a src attribute to indicate the source of an image and an alt attribute to describe the content of the image.
- save your photos in the size that you want to use them
- photos are jpeg / illustrations or logos should be gifs
- selectors = specifies the element the style will be applied to
- declarations = specifies what the area will look like
- CSS lives in its own document and there can be multiple stylesheets
- color conveys mood and evokes reactions
- color pickers can help you find the color you want
- There are poperties to control the choice of font, size, weight, style and spacing
- left center justify / spacing between words and lines of text / indentation
- pseudo-classes allow you to change what the text looks like when the user hovers over the text or selects it.
From the Duckett HTML book:
- Chapter 5: “Images” (pp.94-125)
- Chapter 11: “Color” (pp.246-263)
- Chapter 12: “Text” (pp.264-299)
<== Previous Lesson Next Lesson ==>
<== Home 🏠