1. How might you use lists in your own development projects?
|
|
• I'm currently using the List elements as a Contents page for my lessons.
|
|
2. Do you think there's any potential value in HTML lists beyond creating indexes and similar structured content? If so, what are your thoughts?
|
|
• I'm going to go out on the limb and say NO.
|
|
3. Are you aware of any CSS properties associated with lists?
|
|
• Not that I'm aware of. Instead of using Lists (which limits the rest of the line) I would use CSS for better layout control using relative or fixed positions.
|
|