Showing posts with label HTML - Listing. Show all posts
Showing posts with label HTML - Listing. Show all posts

Lowercase Roman Number Listing

To create lowercase roman number listing in HTML you should write the following code.

The output is given below:
  1. Ram
  2. Motherboard
  3. Processor

Uppercase Roman Number Listing

To create uppercase roman number listing in HTML you should write the following code.


The output is given below:
  1. Ram
  2. Mohterboard
  3. Processor

Lowercase Letter Listing

To create lowercase letter listing in HTML you should write the following code.

The output is given below:
  1. Ram
  2. Motherboard
  3. Processor

Uppercase Letter Listing

To create Uppercase letter listing in HTML you should write the following code.

The output is given below:
  1. Ram
  2. Motherboard
  3. Processor

Square Bullet Listing

To create Square listing in HTML you should write the following code.

The output is given below:
  • Ram
  • Motherboard
  • Processor

Circle Bullet Listing

To create Numeric listing in HTML you should write the following code.

The output is given below:
  • Ram
  • Motherboard
  • Processor

Numeric Listing

To create Numeric listing in HTML you should write the following code.

The output is given below:
  1. Ram
  2. Motherboard
  3. Processor

Bullet Listing

To create bullet in HTML you should write the following code.

The output is given below:
  • Ram
  • Motherboard
  • Processor