HTML Numbered Lists

HTML Lists - HTML Numbered Lists

This page shows how to make different kinds of numbered lists.

The following number options are:

  • Plain / Normal Numbers
  • Capital Letters
  • Small Letters
  • Capital Roman Numbers
  • Small Roman Numbers


In addtion to these options we can specify at which number the list should start. The default start value for numbered lists is at number one (or the letter A).

Look at these examples to see the detailed syntax.


HTML Numbered List Syntax
Table
HTML - Code

Explanation / Example

<ol type = "1">Starts a numbered list, using plain / normal numbers.
  1. This is one line
  2. This is another line
  3. And this is the final line
<ol type = "A">Starts a numbered list, using capital letters
  1. This is one line
  2. This is another line
  3. And this is the final line
<ol type = "a">Starts a numbered list, using small letters
  1. This is one line
  2. This is another line
  3. And this is the final line
<ol type = "I">Starts a numbered list, using capital roman numbers
  1. This is one line
  2. This is another line
  3. And this is the final line
<ol type="I" start="7">An example of how type and start can be combined
  1. This is one line
  2. This is another line
  3. And this is the final line
<ol type = "i">Starts a numbered list, using small roman numbers
  1. This is one line
  2. This is another line
  3. And this is the final line

HTML Bulleted Lists

HTML Lists - HTML Bulleted Lists

This page shows how to make different kinds of bulleted lists.

The following bullet options are:

  • Disc
  • Circle
  • Square
Look at these examples to see the detailed syntax:

HTML Bulleted Lists Syntax

HTML - Code

Explanation / Example

<ul type="disc">

Starts a bulleted list using disc as bullets:

  • This is one line
  • This is another line
  • And this is the final line

<ul type = "circle">

Starts a bulleted list using squares as bullets:

  • This is one line
  • This is another line
  • And this is the final line

<ul type = "square">

Starts a bulleted list using squares as bullets:

  • This is one line
  • This is another line
  • And this is the final line

HTML Lists

HTML Lists

To create a bulleted list we need to add a <ul> and a </ul> tag at the beginning and the end of the list. Numbered lists have <ol> tags instead of <ul> tags. To separate single list items use <li> and </li> tags. There are special settings that we can use to customize the lists on our page.

About Me

My photo
Vision :- "To be a reputed institution of Smart People who Add Value Across Generation". Mission :- We are dedicated to Spreading Literacy in Society and Helping People choose Value for Money Products for Better Living.We are also adding health awareness and wellness to the society of India." We are distributor and promotors of India's Largest IT products Direct Selling Company with a reach of more than 250 cities nationwide. We have a strong internet R&D base to bring out cost effective and Quality products.