"if you encounter any errors in SAP, send me a screenshot at pramod@learntosap.com, and I will help you resolve the issue."

HTML Ordered Lists Tag –

HTML TUTORIALS-

HTML Ordered Lists Tag –

Introduction-

HTML Ordered Lists Tag -

-✅ HTML Ordered List is used to display a list of items in a specific order. Each item in the list is numbered automatically by the browser. Here's the basic syntax:-

Trulli Trulli

-)✅ Basic Structure -👇

<ol>
  <li>First item</li>
  <li>Second item</li>
  <li>Third item</li>
</ol>

  1. First item
  2. Second item
  3. Third item

-)✅Alphabetical Ordered List-👇

<ol type="A">
  <li>Apples</li>
  <li>Bananas</li>
  <li>Cherries</li>
  <li>Dates</li>
</ol>

  1. Apples
  2. Bananas
  3. Cherries
  4. Dates

✅Roman Numerals List-👇

<ol type="I">
  <li>Introduction</li>
  <li>Requirements</li>
  <li>Development</li>
  <li>Conclusion</li>
</ol>

  1. Introduction
  2. Requirements
  3. Development
  4. Conclusion

✅Nested Ordered List -👇

<ol>
  <li>Frontend
    <ol type="a">
      <li>HTML</li>
      <li>CSS</li>
      <li>JavaScript</li>
    </ol>
  </li>
  <li>Backend
    <ol type="a">
      <li>Node.js</li>
      <li>Python</li>
    </ol>
  </li>
</ol>

  1. Frontend
    1. HTML
    2. CSS
    3. JavaScript
  2. Backend
    1. Node.js
    2. Python

🔍 Tag Breakdown-

Table Tag Breakdown

-) Types of Ordered Lists -

Type Description Example Output
1 Default (numbers) 1, 2, 3, ...
A Uppercase letters A, B, C, ...
a Lowercase letters a, b, c, ...
I Uppercase Roman I, II, III, ...
i Lowercase Roman i, ii, iii, ...

Live Code Preview


May Be Like Important Link-

-Specify a valid MRP Procedure

-Movement type 161 is not allowed

-Specify a valid MRP Procedure

-Cash Journal Entry (PETTY CASH)