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

HTML Lists Tag –

HTML TUTORIALS-

HTML Lists Tag –

Introduction-

HTML Lists Tag -

-✅ HTML, lists are used to group related pieces of information. There are three main types of lists:-

Trulli Trulli

-)✅1. Ordered List ( <ol>)-👇

<ol>
  <li>Wake up</li>
  <li>Brush your teeth</li>
  <li>Have breakfast</li>
</ol>

  1. Wake up
  2. Brush your teeth
  3. Have breakfast

-)✅2. Unordered List ( <ul>)-👇


<ul>
  <li>Milk</li>
  <li>Eggs</li>
  <li>Bread</li>
</ul>



✅3. Description List ( <dl>)-👇

<dl>
  <dt>HTML</dt>
  <dd>A markup language for creating web pages</dd>
  <dt>CSS</dt>
  <dd>Styles the HTML content</dd>
</dl>

HTML
A markup language for creating web pages
CSS
Styles the HTML content

✅4. Nested List -👇


<ul>
  <li>Fruits
    <ul>
      <li>Mango</li>
      <li>Pineapple</li>
    </ul>
  </li>
  <li>Vegetables
    <ul>
      <li>Carrot</li>
      <li>Potato</li>
    </ul>
  </li>
</ul>



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)