*
* {border: 1px
red solid}
E
h1 {color: yellow; font-weight: bold}
E F E > F
E:first-child
ul ul {font-size: small}
E + F
div + p {margin-top: 2em}
#id
#myname {color: yellow; font-weight: bold}
.class
E.class
.header {background-color: black; color: white}
E:link E:visited
E:active E:hover E:focus
a:link {color: red}
E[att] E[att="val"]
E[att~="val"]
note[severity="warning"]
{color: red; font-size: 16pt}
5/29 |