Posted in 3513 Intro Web Design - F08
Tuesday, September 30th, 2008 at 12:39 pm

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

  1. To create an unordered list with NO BULLETS, what CSS declaration would I use, on which selector? (105-06)
  2. 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)
  3. 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)
  4. To make a list display its items horizontally rather than vertically, what declaration would I use, on which selector? (112-13)
  5. 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)
  6. Write out the block of CSS code that would enable me to display list items as buttons. (122)
  7. Collison writes that "the approaches explained in this chapter are incredibly important." Why? (128)

Answer these questions from Chapter 7, pages 129-137

  1. What are four pseudo classes that are associated with links? To what link state does each pseudo class apply? (131-133)
  2. What CSS declaration would I use to remove the default underline from link text? (134)
  3. Can you use CSS to put border, padding, background-color, and border around a link when you hover over it? (134-35)

Comments are closed.