answersLogoWhite

0

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>

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the Meaning of enumerate?

One who enumerates.


What is the difference between a numbered list and an outlined numbered list?

The outlined number list has a hiearchy.


What is the difference between a numbered list and an outline numbered list in a Microsoft Word document.?

A numbered list has only one level. An outline list has multiple nested levels to support outlining.


What is the difference between a numbered list and an outlined numbered list in a Microsoft word document?

A numbered list has only one level. An outline list has multiple nested levels to support outlining.


Can An existing numbered list cannot be easily converted to a bulleted list?

Existing numbered list could easily be converted to a bullet list. This can be done by changing the properties.


Describe the difference a numbered list and an outlined numbered list and an outline numbered list in Microsoft?

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.


What is the difference between a numbered list and an outlined list?

The outlined number list has a hiearchy.


What is the tag that starts a no numbered list?

The &lt;UL&gt; tag, which is an unordered list.


What is the difference between a bulleted and numbered 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.


How do enumerated items appear?

Probably in a numbered list.


You should format a list of sequential steps in a business report using?

a numbered list


What is and orderd list for HTML documents?

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