About 185,000 results
Open links in new tab
  1. 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.

  2. 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.

  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. 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...

  5. html - Is it possible to specify a starting number for an ordered list ...

    Learn how to specify a starting number for an ordered list in HTML using the 'start' attribute.

  6. 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.

  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 - 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

  9. 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 …

  10. HTML ordered list 1.1, 1.2 (Nested counters and scope) not working

    May 2, 2012 · Because I'm running in exactly the problem you alluded to - this trick not just affecting the numbered list I want to use it for but the other lists in my HTML as well.