answersLogoWhite

0


Best Answer

OL stands for an Ordered List whereas UL Stands for an un-ordered list

Let us say you have a code like below

<ol>

<li>AAA</li>

<li>BBB</li>

<li>CCC</li>

</ol>

<ul>

<li>AAA</li>

<li>BBB</li>

<li>CCC</li>

</ul>

The output would be

# AAA # BBB # CCC and

* AAA * BBB * CCC Ordered lists give a numbering for the list elements while an un-ordered list would give bullets.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between the ol and ul tags?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Do you need to have an end tag for a list tag?

Lists started with an &lt;ol&gt; or &lt;ul&gt; tag must use the closing tags &lt;/ol&gt; or &lt;/ul&gt;, respectively. If you do not close the list with the appropriate close tag, it should automatically be closed when the parent element (usually &lt;body&gt;) is closed; this is considered incorrect and invalid, but browsers will generally render it this way anyway.


What is the function of LIST tag in HTML language?

There is no LIST tag in HTML. There are two tags that can help us create lists. &lt;OL&gt; to create ordered lists &lt;UL&gt; to create unordered lists


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.


How do you pronounce welsh word for road?

Ffordd : fordh Heol: He-ol or he-ul


What is the tag for a unordered list?

An unordered list is defined by &lt;ul&gt; &lt;/ul&gt; and ordered list is defined as &lt;ol&gt; &lt;/ol&gt; Both of these list types take list items are their child elements. So: &lt;ul&gt; &lt;li&gt;Bulleted item 1&lt;/li&gt; &lt;li&gt;Bulleted item 2&lt;/li&gt; &lt;li&gt;Bulleted item 3&lt;/li&gt; &lt;/ul&gt; OR: &lt;ol&gt; &lt;li&gt;Numbered item 1&lt;/li&gt; &lt;li&gt;Numbered item 2&lt;/li&gt; &lt;li&gt;Numbered item 3&lt;/li&gt; &lt;/ol&gt;


How do you pronounce eid al adha?

eed-ol-add-ha


What is a list in HTML?

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


What is the difference between Eid-Ul-Fitr and Diwali and Christmas?

they all celebrate for different lengths of time.


Define lists in HTML?

It is often seen in a &lt;li&gt; tag, a tag in HTML is any recognized term between the signs &lt; and &gt;. you have different type of lists, &lt;ul&gt;&lt;li&gt;this is going to have bullets&lt;/li&gt;&lt;/ul&gt; &lt;ol&gt;&lt;li&gt;This is going to be marked in numbers&lt;/li&gt;&lt;/ol&gt; then &lt;ol&gt; or ordered list categorizes in to different formats. eg, &lt;ol type="1"&gt;&lt;li&gt;this is going to have numbers&lt;/li&gt;&lt;/ol&gt; &lt;ol type="a"&gt;&lt;li&gt;this is going to be marked from a to z&lt;/li&gt;&lt;/ol&gt; &lt;ol type="I"&gt;&lt;li&gt;this will mak it is I and II and III and IV sort of thing&lt;/li&gt;&lt;ol&gt;


What are different tags of HTML?

&lt;HTML&gt;, &lt;/HTML&gt; &lt;HEAD&gt;, &lt;/HEAD&gt; &lt;BODY BGCOLOR="GREEN"&gt;, &lt;/BODY&gt; &lt;CENTER&gt;, &lt;/CENTER&gt; &lt;IMG SRC="myimage.jpg"&gt; &lt;H1&gt;, &lt;/H1&gt; &lt;HR&gt; &lt;P&gt;......................&lt;/P&gt; &lt;BR&gt; &lt;TABLE&gt; &lt;TC&gt;, &lt;TH&gt;, &lt;TD&gt;, &lt;TR&gt; &lt;/TABLE&gt; &lt;OL&gt;, &lt;UL&gt; &lt;A HREF="mysite.htm"&gt;Click here to go to the second page of this site&lt;/A&gt; &lt;FONT&gt; Please also see the related links for more examples of HTML tags.


What is the difference between a 40 UL Syringe and a 100 UL Syringe?

The "UL" is a typewriter abbreviation for Mucro Liter or 1/1 000 000 of a Liter. Properly a Greek letter is used in place of the "U". 40 UL is 40/1 000 000 of a Liter at full capacity. 100 UL is 100/1 000 000 of a Liter at full capacity. Perhaps this is enough for the questioner.