I have a question with the syntax of the selectors. I mean ...
If I write p.miclase{}
, and declare the properties of the selector, I am declaring the properties for the html that is part of a paragraph and is affected by the class "miclase".
On the other hand, if I find the code .miclase p{}
in the style sheet, I am not clear about what I should interpret and how that code is read. That is my doubt.