answersLogoWhite

0

It is often seen in a <li> tag, a tag in HTML is any recognized term between the signs < and >.

you have different type of lists,

<ul><li>this is going to have bullets</li></ul>

<ol><li>This is going to be marked in numbers</li></ol>

then <ol> or ordered list categorizes in to different formats.

eg,

<ol type="1"><li>this is going to have numbers</li></ol>

<ol type="a"><li>this is going to be marked from a to z</li></ol>

<ol type="I"><li>this will mak it is I and II and III and IV sort of thing</li><ol>

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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


Does xml replace html in the future of world wide web?

XML probably will not replace HTML. XML is a language to define categories of data. HTML is a language to define format.


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.


HTML for space symbol?

The HTML code used to define a blank space is &amp;nbsp; ...


WHAT does tags do within HTML?

The tags in an HTML document provide a semantic layout for the file. They define what the data is. For instance, the tags define a paragraph.These tags aren't about how the data looks. Instead, the define what the data is.


Which tag is used to define frames in HTML?

&lt;frame&gt;


Who defines HTML standards?

W3c define html standards for web. Vimal Lad vimallad21@yahoo.com


What is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


What is the purpose of using TYPE and START attributes used in HTML lists?

The Type can define the numbering type, like whether it uses digits, Roman numerals or letters, or the shape of a bullet. For numbered lists, the Start attribute allows you to specify what number to start at if you don't want to start at 1.


What are HTML style tags?

HTML style tag is used to define CSS in HTML. It is used to style the page according to the user demans.


What are benefits of XHTML?

In the xhtml we can define our self tag means here is user define tag but in HTML it is not.


HTML tags does this to text to define how it appears online?

Mark