answersLogoWhite

0

How can you make a numbered list?

Updated: 8/10/2023
User Avatar

Wiki User

10y ago

Best Answer

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

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

an ordered list writen with the opening and closing tags

Ex:

<ol>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ol>

would give an output # Coffee # Tea # Milk

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

You can make a list that has numbered items in HTML by using the Ordered List tag. The syntax for this tag is exactly the same as it is for an unordered list, except you'll use

    instead of
      . It looks like this:

      1. This item will be labeled 1
      2. This item will be labeled 2
      3. This item will be labeled 3

      You can style the list to get a number of different types of numbering. For instance, roman numerals, or a, b, c labeling. To see them all, check out the related link.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

* * * === === * *

#

This will result in: # #

Inside a list item *

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you make a numbered list?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


Describe the difference between a numbered list and an outline numbered list in a Microsoft Word document?

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.