CSS Selectors Flashcards
1
Q
CSS Can be included in HTML in 3 ways
A
- Inline on an HTML tag using the style attribute.
- Within the header of the document in a element.
- As a link to an external CSS document.
2
Q
CSS Rules
A
Selector - defines what element(s) to select.
Declaration block - { } block of css declarations.
Css declaration - css rule : value.