answersLogoWhite

0

There is no LIST tag in HTML.

There are two tags that can help us create lists.

<OL> to create ordered lists

<UL> to create unordered lists

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the meaning of HTML tag?

HTML as the name suggests is a markup language. Each tag represents a function in it.


Why HTML is a mark up language?

HTML is a markup language as it contains tag. A markup language is one which contains markup tags.


How HTML works in webpage designing?

HTML works on the tag based technology. Each tag defines a function which it executes when run.


What does the OL tag do?

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


What is the h in HTML?

HTML stands for Hyper Text Markup Language


What is a tag List 10 HTML tag?

There are various tags in HTML that can be used. 10 of them are: p, a, br, head, body, html, title, script, link, style.


What do HTML tags mean?

A HTML tag tells your web browser how to format the information at the tag. Such tags include &lt;html&gt;, &lt;head&gt;, &lt;title&gt;, &lt;style&gt;, &lt;body&gt;, &lt;h1&gt;, &lt;p&gt;, &lt;b&gt;, &lt;a&gt;, &lt;font&gt;, &lt;embed&gt; and &lt;div&gt;. Each tag refers to an area where certain commands can occur. For example, &lt;p&gt; Hyper-Text Mark-Up Language &lt;/p&gt; would result in the phrase "Hyper-Text Mark-Up Language" on a web browser; the &lt;p&gt; tag being a paragraph tag and the &lt;/p&gt; signifying the end of the tag.


What is the function of i HTML tag?

&lt;i&gt; is for italics the HTML tag itself &lt;html&gt; is to let the browser know how to read the code and you save the file as .html or .htm. It simply reference the code that the web page is written in.


How HTML is interpreted?

HTML Code is interpreted differently by browsers. Each tag has a certain function attached to it.


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

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


How many tags are use in HTML language?

There is 1 tag used in the HTML language because you only need on tag to make a website you don't need like 20 tags to make a website.


How do you use a word that isn't in english in an HTML title tag?

There is no requirement that the word or words inside the HTML title tag be in English. They can be in any language you like.