![]() | |||||||||
|
|
|
|
|
|
|
|
|
|
|
|
Lists
Lists are a very useful thing. They can be used for a menu, a list of rules, etc. There are also many things you can do with them.
First, some basic definitions of the codes. Let's start off with the simplest list, a bulletted list.
Example:
See you don't even need to put it on a new line because the LI tag does that for you. See how it's not indented. If you want to indent this list, just change it to the following:
And it will look like this:
There are also other ways you can make the bulleted list. You can do an open circle. It looks like this:
UL type="circle">
Now you can also do the same thing but make a square instead of a circle using this code:
Next, let's make a numbered list.
If you want to use Roman Numerals to make your list, you can do it this way. It will look like this:
What about lower case roman numerals? It will look like this:
Also, if you want an alphabetized list: It looks like this:
What about a lower case alphabetized list? It looks like this:
| |||||||||