I take it you want to create a list that is numbered. A basic list using bullets (small black circles) starts with the tag <ul> and each item listed with the tags <li>item one </li> <li>item two </li> </ul> (end list) will result in: * Item one * item two For a numbered list instead of a bullet list use <ol> (ordered list) instead of <ul> (unordered list) to start. for example <ol>
<li>item one</li>
<li>item two</li>
</ol> This will result in: # item one # item two Inside a list item <li>you can put paragraphs, line breaks, images, links, and also other lists.</li>
One who enumerates.
Existing numbered list could easily be converted to a bullet list. This can be done by changing the properties.
An ordered list creates a list with numbered or lettered items. For example, to do a numbered list you would do this:First itemSecond itemThird itemFourth itemFifth itemTo do a lettered list you could do it this way:First itemSecond itemThird itemFourth itemFifth item
im not sure that is why i asked you
When you are trying to add key information.
One who enumerates.
The outlined number list has a hiearchy.
A numbered list has only one level. An outline list has multiple nested levels to support outlining.
A numbered list has only one level. An outline list has multiple nested levels to support outlining.
Existing numbered list could easily be converted to a bullet list. This can be done by changing the properties.
An outline numbered list would have sub-sections, like 1.1 and 1.2 or 1(a) and 1(b) and so on. You would see it in very formal documents, like legal documents or reports. A standard numbered list just has whole numbers, so 1, 2, 3, 4 and so on, with no sub-sections.
The outlined number list has a hiearchy.
The <UL> tag, which is an unordered list.
In a bulleted list each new entry is identified by a "bullet" - often a small circular symbol - to the left of the list entry. In a numbered list this is replaced by a number, in sequential order.
Probably in a numbered list.
a numbered list
An ordered list creates a list with numbered or lettered items. For example, to do a numbered list you would do this:First itemSecond itemThird itemFourth itemFifth itemTo do a lettered list you could do it this way:First itemSecond itemThird itemFourth itemFifth item