how to organize html code (with usage ol\li ect.) to present such lists (with sublists)
1. BLA-BLA-BLA
1.1. Bla-bla-bla.
1.2. Bla-bla-bla.
1.3. Bla-bla-bla:
lalal - balalala;
lalal - balalala;
lalal - lalalla.
1.4. Blal-a lalslas
1.4.1. bklalala
1.4.2. sdsdsdsdsd
note: It is not the same that I want
Refer https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
Html ordered list 1.1, 1.2 (Nested counters and scope) not working
try this example:
Your question is answered here
Achieving sub numbering on ol items html
The following style sheet numbers nested list items as "1", "1.1", "1.1.1", etc.
Maybe you can edit your question to avoid duplicating questions. Pointing to that one I just told you.
ol
tag means ordered list (with numbers).ul
tag means unordered one.Overlapping
ol
lists allow this kind of presentation : 1.1.2