About 246,000 results
Open links in new tab
  1. How can you customize the numbers in an ordered list?

    Learn how to customize numbers in an ordered list with examples and step-by-step instructions on Stack Overflow.

  2. Proper way to make HTML nested list? - Stack Overflow

    Learn how to properly create nested HTML lists with examples and best practices, as discussed on Stack Overflow.

  3. How to create a 1.1, 1.2 1.3 ... HTML list? - Stack Overflow

    Sep 3, 2010 · I want to create HTML nested lists that has the following format: 1 1.1 1.2 1.3 1.4 2 2.1 I tried a solution that I found on the internet: OL { counter-reset: item } LI {

  4. Is there a way to make numbers in an ordered list bold?

    This doesn't respect lists with a specified li type="a", type="i", etc. If you have a list with alpha order and one item has a nested list with roman order, all of them become decimal numbers.

  5. html - How to achieve decimal numbering in ordered lists

    Sep 20, 2018 · 1 CSS 2.1 provides user-definable counters, which can be used to count elements. Combined with the :before and :after pseudo-classes, you can output the counter …

  6. html - How to start a new list, continuing the numbering from the ...

    I'm trying to do something that used to be really easy before the start attribute on ol tags was deprecated. I'd just like to have a pair of ordered lists in my page, but start the numbering of the

  7. html - Nested Orderd List with combination of numbers, alphatets …

    Jul 1, 2016 · Unless the value of the list number matters (e.g. in legal or technical documents where items are to be referenced by their number/letter), the CSS list-style-type property …

  8. HTML numbering with brackets - Stack Overflow

    Please how to set up numbering in this format: 1) number 1 2) number 2 3) ... in html? I only found a way to get this format: 1. number 1 2. number 2 3. ... No bracket after the number. Also...

  9. How to center ordered list number in HTML - Stack Overflow

    Oct 14, 2013 · Learn how to center ordered list numbers in HTML with practical examples and solutions provided by the Stack Overflow community.

  10. html - Ordered and Nested Lists (Letters and Numbers) - Stack …

    Sep 22, 2023 · PS - In case you were curious what this list is for, I'm making an online version of my mom's medical coding book so she can look up medical codes faster simply by typing in …