Code 201 Reading Notes
Class 5
Class 1 Instructor’s Repo
<== Previous Lesson Next Lesson ==>
<== Home 🏠
CSS for Images Duckett HTML book: (pp.94-125)
- 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
Color Duckett HTML book: (pp.246-263)
- 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
Text Duckett HTML book: (pp.264-299)
- 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.
Psuedo Classes W3Schools
Accessibility
Accessible Colors
color Safe
colorable
Git Branching
Branching and Merrging
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 🏠