Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Working with Text and Strings > Using HTML-formatted text > About supported HTML tags > List item tag | |||
The <li> tag places a bullet in front of the text that it encloses, as shown in the following code:
Grocery list: <li>Apples</li> <li>Oranges</li> <li>Lemons</li>
This code example would render as follows:
Grocery list:
|
NOTE |
Ordered and unordered lists ( |
|
|
|
|