|
||||||||
![]() |
HTML - Lists/BulletsAny bulleting or numbering you've done in word processors can be done in HTML, it just has a different name, lists. There are two types of lists, the ordered list and the unordered list. The tags are The There is really only one attribute for list tags that you have to worry about, the
Then you put in all your content between
The same goes for ordered lists too:
The only real difference between ordered and unordered lists is what types they support. The unordered list supports three types of bullets: disc, square and circle.
The ordered list supports five types: 1, a, A, i and I. These are all numbering styles; the type "1" lists "1, 2, 3..."; "a" lists "a, b, c..."; "A" lists "A, B, C..."; and "i" and "I" list the different cases of roman numerals.
The only other thing you might encounter when making lists is that you might want to start a list from a certain number, like 10. Just put in the PracticeNow you're ready to move on to Basic Tables. Introduction | Basic Formatting | Images | Linking
|
|
||||||