5
I’m giving a training in CSS, and even after reading and listening on the topic I’m still having some difficulty understanding why :first-Child is a pseudo class and not a pseudo element, like ::first-line, ::first-Letter, etc.
Some example that might enlighten me?
The pseudo classes that represent interactions/states are well understood, this is what I was crossed such as :Nth-Child() and similar.
The bold part was what I needed to fit this subject! Ty
– iamdlm