CSS Selectors Flashcards

1
Q

CSS Can be included in HTML in 3 ways

A
  1. Inline on an HTML tag using the style attribute.
  2. Within the header of the document in a element.
  3. As a link to an external CSS document.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CSS Rules

A

Selector - defines what element(s) to select.
Declaration block - { } block of css declarations.
Css declaration - css rule : value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly