Questions: Ch 6 Review, Ch 7 Part 1
Due Thursday, Oct. 2, at the first of class.
Chapter 6 Review & Chapter 7, Part 1
In review of Chapter 6, please answer these Questions
- To create an unordered list with NO BULLETS, what CSS declaration would I use, on which selector? (105-06)
- If I have too much or too little space at the left of my list, what property do I need to adjust in CSS, on which selector? (106-07)
- If I want to use custom images in the place of bullets or numbers, which is better: (a) to use a <code>list-style-image</code> declaration, or (b) to use a background image on the list items? (111-12)
- To make a list display its items horizontally rather than vertically, what declaration would I use, on which selector? (112-13)
- Write out an example of markup code for a set of nested lists with two main items, each with a sub-set of 2 items. (118-19)
- Write out the block of CSS code that would enable me to display list items as buttons. (122)
- Collison writes that "the approaches explained in this chapter are incredibly important." Why? (128)
Answer these questions from Chapter 7, pages 129-137
- What are four pseudo classes that are associated with links? To what link state does each pseudo class apply? (131-133)
- What CSS declaration would I use to remove the default underline from link text? (134)
- Can you use CSS to put border, padding, background-color, and border around a link when you hover over it? (134-35)
