I am new to web programming and am starting to read how we can use the selector in css correctly. I really need this because I am developing a blog and my goal is targeting several paragraphs in a range in a more efficient way!
To simplify the task, I gave an example li, and I need help to choose the most effective way lifrom [5-15] and why !. Before publishing this, I read the article
<ol>
<li>item one</li>
<li>item two</li>
<li>item three</li>
<li>item four</li>
(...)
<ol>
Here is my jsfiddle
user3498327
source
share