answersLogoWhite

0

In HTML you can do it severall ways. You can have numbers, which is the standard way, but you can also do letters and Roman numbers, in both small and capital letters. In the OL tag put add any of the following attributes:

type ="A"

type = "a"

type = "I"

type = "i"

You can also start at a number after 1 by adding the following attribute, say to start at 5 or e or vii:

start="5"

Even if you have the type as letters or Roman numerals, it is still sufficient to use a number for the start value.

User Avatar

Wiki User

13y ago

What else can I help you with?