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 can you make a list that lists the items with numbers in dreamweaver?

To create a numbered list in Adobe Dreamweaver, use the built-in list tools in the Insert menu. Click on &quot;Insert&quot; in the top menu, then select &quot;List&quot; and choose &quot;Ordered List&quot; to start a numbered list. You can then enter your items, and Dreamweaver will automatically format them with numbers. Alternatively, you can manually write HTML using the &lt;ol&gt; tag for ordered lists and &lt;li&gt; tags for each list item.


How do enumerated items appear?

Probably in a numbered list.


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

A numbered list in Microsoft Word is a simple sequential list where each item is preceded by a number, typically used for straightforward items or tasks. In contrast, a numbered outline offers hierarchical organization, allowing for multiple levels of numbering (e.g., 1, 1.1, 1.1.1) to represent sub-points and a structured format. While a numbered list is linear, a numbered outline helps organize complex information with clear relationships between main points and sub-points.