answersLogoWhite

0

It created an ordered list.

<OL>

<LI>Pie

<LI>Carrot

<LI>Banana

</OL>

Will make something like this.

1. Pie

2. Carrot

3. Banana

The numbers are made automatically by whichever browser you're using.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does the tag OL stands for?

&lt;OL&gt; tag is used to create Ordered List in a HTML page. For example: &lt;HTML&gt;&lt;BODY&gt; &lt;OL type="I"&gt; &lt;LI&gt;Apple&lt;/LI&gt; &lt;LI&gt;Banana&lt;/LI&gt; &lt;/OL&gt; &lt;/BODY&gt;&lt;/HTML&gt; Will give output as: I. Apple II.Banana


What does the OL tag do?

The &lt;ol&gt; tag creates an ordered (i.e. numbered) list in HTML.


How many HTML Lists?

Lists in HTML are of 2 types i.e. UL and OL. UL defines the unordered list whereas OL defines ordered list.


What is a list in HTML?

A list in HTML defines a collection of items. List can be ordered (OL) or Unordered (UL).


To create a numbered list in HTML which tag would you begin with?

It's called &lt;ol&gt; for "ordered list".


What does 14k ol mean?

What is the abbreviation mean ol on a


What does the code li mean?

list item. it is the child of either &lt;ul&gt; - unordered list, or &lt;ol&gt; - ordered list in html


How do you create and use an HTML table?

HTML tables are created by the &lt;table&gt; command. Inside the table we can use tags like &lt;li&gt;, &lt;ul&gt;,&lt;ol&gt; etc.


What does the saying 'two dogs' mean?

it means mean ol' meanyit means mean ol' meany


What is the process of ordering HTML tags?

I cant able to understand the question what you have asked..I will give the answer what i understand a bit from your question. Sample Code for HTML Ordered List: EX: &lt;ol&gt; &lt;li&gt;Coffee&lt;/li&gt; &lt;li&gt;Tea&lt;/li&gt; &lt;li&gt;Milk&lt;/li&gt; &lt;/ol&gt;


What does the suffix ol mean?

Small


How do you list a number of items?

HTML also contains a provision of Lists in it. They can be numbered if the option &lt;ol&gt; is used before &lt;li&gt;.