Q1: | How do you create a list in alphabetical, rather than numerical, order? |
A1: | You can use the type attribute within your ordered list element to specify alphabetical order or even Roman numeration, but this is a deprecated attribute. The best method is to use style sheets to define classes for lists. These classes can specify alphabetical or Roman numerical order, as well as other formatting information. |
→ To learn more about style sheets and Web typography, see "Designing Type with CSS".