-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathread05.md
More file actions
15 lines (14 loc) · 919 Bytes
/
read05.md
File metadata and controls
15 lines (14 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### ch:5 images
- Photographs are best saved as JPEGs; illustrations or
logos that use flat colors are better saved as GIFs.
- The <figcaption> element has been added to HTML5 in order to allow web page authors to add
a caption to an image.
### ch:12 Text
- 
- text-transform : uppercase/lowercase
- text-align :justify
This indicates that every line in a paragraph, except the last line,
should be set to take up the full width of the containing box.
- :link
This allows you to set styles for links that have not yet been visited.
- :visited This allows you to set styles for links that have been clicked on.