id
class
p[name^="mi"]
p[name$="mi"]
p[name*="mi"]
Pseudo clase nth-child()
nth-child(odd)
nth-even(even)
elemento: first-child
elemento: last-child
elemento: only-child
:not(elemento)
>
+
~