answersLogoWhite

0

The <ol> tag creates an ordered (i.e. numbered) list in HTML.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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

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


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 is HTML to list?

To make a numbered list in HTML, use the following code: &lt;ol&gt; &lt;li&gt;This would be item 1&lt;/li&gt; &lt;li&gt;This would be item 2&lt;/li&gt; &lt;li&gt;This would be item 3&lt;/li&gt; &lt;li&gt;And so on...&lt;/li&gt; &lt;/ol&gt; The &lt;ol&gt; tag starts the numbered list, while the &lt;/ol&gt; tag ends it. Each &lt;li&gt; tag starts a new item in the list. Each &lt;/li&gt; tag ends an item in the list. Just be sure to remember to close each list item before beginning the next one or before ending the whole list, otherwise your list will not format properly. For a list without numbers (a bulletpoint list), simple replace the &lt;ol&gt; tag with a &lt;ul&gt; tag, and the &lt;/ol&gt; tag with a &lt;/ul&gt; tag. Hope this helps! :)


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


What does ol mean in HTML?

It created an ordered list. &lt;OL&gt; &lt;LI&gt;Pie &lt;LI&gt;Carrot &lt;LI&gt;Banana &lt;/OL&gt; Will make something like this. 1. Pie 2. Carrot 3. Banana The numbers are made automatically by whichever browser you're using.


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 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;


What is involved in marketing?

ol ol


What is order list in data structure?

In general, any ordered list is any list which follows some sort of arbitrary system to determine the order the elements of that list are displayed. In reference to HTML, an ordered list is characterized by a "&lt;ol&gt;&lt;/ol&gt;" tag set. When the HTML is rendered, the individual "items" (characterized by "&lt;li&gt;&lt;/li&gt;" tag sets nested withing the aforementioned set) are displayed in order, characterized by a numeric bullet representing their position on that list, beginning at the value "1" and incrementing accordingly.


Is there soccer in OL?

Yes, there is soccer in OL.


When was Do-ol born?

Do-ol was born in 1948.