Ordered list in HTML

How to create an ordered list with list items numbered with numbers in HTML?

HTMLWeb DevelopmentFront End Technology

To create ordered list in HTML, use the

    tag. Ordered list starts with the
      tag. The list item starts with the
    1. tag and will be marked as numbers, lowercase letters uppercase letters, roman letters, etc. The default numbers for list items.

      For creating an ordered list with numbers, use the

        tag attribute type. This attribute will assign the value number i.e.
          to create ordered list numbered with numbers.

          Example

          You can try to run the following code to create an ordered list of list items numbered with numbers in HTML

          Live Demo

          World Cup Teams

          List of teams for World Cup

          1. India
          2. Australia
          3. South Africa
          4. New Zealand
          5. Pakistan
          6. Srilanka
          7. West Indies
          8. Bangladesh
          Varun
          Published on 07-Feb-2018 08:37:31
          Previous Page Print Page
          Next Page
          Advertisements

          Video liên quan

Chủ Đề