From b51c49dc164936fe199f7ff16e3e4cbb4ba082cd Mon Sep 17 00:00:00 2001 From: Christopher-O Date: Thu, 31 Oct 2024 14:37:23 -0600 Subject: [PATCH] Update index.html Added extended functionality example for use of start attribute for steps --- .../2021-05-steps/index.html" | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git "a/m\303\251li-m\303\251lo/2021-05-steps/index.html" "b/m\303\251li-m\303\251lo/2021-05-steps/index.html" index 0a675d80e..8be1854dc 100644 --- "a/m\303\251li-m\303\251lo/2021-05-steps/index.html" +++ "b/m\303\251li-m\303\251lo/2021-05-steps/index.html" @@ -37,6 +37,7 @@

On this page

  • Sub (nested) lists
  • Striped design
  • Striped design for sub list
  • +
  • Start attribute
  • @@ -464,3 +465,36 @@

    Header for step 4 (no striped design added for sub steps)

    </ol>
    +
    +

    Start attribute

    +

    The list pattern is customized to follow the value of the start attribute from 2 up to the number 10.

    +

    Default steps list design

    +

    This example has the start attribute value of 3.

    +
      +
    1. +

      Topic/task hyperlink text for step 1

      +

      Use action verbs, or simply list keywords to summarize the information or tasks that can be accomplished on the page it links to

      +
    2. +
    3. +

      Topic/task hyperlink text for step 2

      +

      Use action verbs, or simply list keywords to summarize the information or tasks that can be accomplished on the page it links to

      +
    4. +
    5. +

      Topic/task hyperlink text for step 3

      +

      Use action verbs, or simply list keywords to summarize the information or tasks that can be accomplished on the page it links to

      +
    6. +
    7. +

      Topic/task hyperlink text for step 4

      +

      Use action verbs, or simply list keywords to summarize the information or tasks that can be accomplished on the page it links to

      +
    8. +
    +
    + View code +
    <ol class="lst-stps" start="3">
    +  <li>...</li>
    +  <li>...</li>
    +  <li>...</li>
    +  <li>...</li>
    +</ol>
    +
    +