To Quiz Info
Review Guide for Quiz 4
Readings
Terms
- Font families (old style, modern, slab serif, sans serif,
script, decorative), Cascading Style Sheet (CSS), selector, property, value,
link to external stylesheet, document-level style, inline style,
<span> a:link, a:active, a:visited, a:hover,
tag, layer, <div> tag, absolute positioning, relative positioning,
GIF (Graphics Interface Format), GIF with transparent color,
animated gif,
.gif, .jpg, bitmapped graphics,
vector graphics, JPEG (Joint Photographic
Experts Group), progressive JPEG,
file size, byte, kilobyte, megabyte, gigabyte, image map,
GIF (Graphics Interface Format), GIF with transparent color,
alt text, thumbnail image, resizing an image, cropping an image,
ordered list, unordered list, list item, counters, nested list.
Know How To
- Explain the advantages of using CSS external styles
rather than document-level or inline styles.
- Choose a CSS style that meets specifications.
- Add an external style to pages in a site.
- Add a document-level style to pages in a site.
- Add an inline style to a span or div tag.
- Modify a style or styles to obtain a desired result.
- Check the size of an image.
- Resize an image with MS Paint.
- Crop an image with MS Paint.
- Know the tags that correspond to ordered list, unordered list,
list item.
- Show what a list looks like, given the HTML code for a list.
Review Questions