February 2006
Beginner
416 pages
11h 35m
English
Creating Bulleted and Numbered Lists
<ol> <li>text</li> <li>text</li> </ol>
Optional arguments:
|
|
Specifies the number style; valid values are |
|
|
Specifies the starting number; deprecated. |
Creating Bulleted and Numbered Lists
<li>text</li>Optional argument:
|
|
Specifies the number to be assigned to the list item (for ordered lists only); deprecated. |
Creating Bulleted and Numbered Lists
<ul> <li>text</li> <li>text</li> </ul>
Optional argument:
|
|
Specifies the bullet style; valid ... |
Read now
Unlock full access