Wednesday, November 4, 2009

imd 215 oct 31st study questions

  • 34. Why use lists for creating navigation systems?
  • lists provide us with a way of grouping related elements that give them structure.
  • 35. How can you create custom bullet graphics for HTML lists?
  • add your custom bullet as a background image on the list element.
  • 36. How does one create a horizontal navigation list?you can either set the list items to display inline, or you can float it.
  • 37. How can one create status indicators with CSS only?
  • 38. What are Definition lists and when would we use them?a definition list consists of two core components: a definition term and one or more definition descriptions. We would use a definitionlist to mark up definitions, product properties or conversations.