::marker
:has()
:where()
li::marker { content: '⭐️ '; }
a:has(> img) { border: 2px solid grey; }
:where(header, main, footer) p:hover { color: red; cursor: pointer; }