1_getting_started_with_css
dz / mdn / css / 0_css_first_steps / 1_getting_started_with_cssSummary
Getting started with CSS
Node Tree
Nodes
| class | |
| content | class |
| children | attribute |
| attribute | |
| content | attribute (HTML_ |
| parents | class |
| full_stop_char | |
| content | full-stop character |
| children | period (this is what the full-stop character is) |
| remarks | where does this terminology come from? |
| period | |
| content | '.' |
| parents | full_stop_char |
| selector | |
| content | selector |
| children | combinator |
| combinator | |
| content | combinator |
| children | next_sibling, descendent |
| parents | selector |
| next_sibling | |
| content | next-sibling combinator |
| parents | combinator |
| descendent | |
| content | Descendent combinator |
| children | space_btwn_selectors |
| parents | combinator |
| space_btwn_selectors | |
| content | Space between selectors |
| parents | descendent |
| state | |
| content | state |
| children | hyperlink_states |
| hyperlink_states | |
| content | hyperlink states |
| parents | state |