Chapter 15 Quiz

Question 1) In the style information, what goes before the opening { when I want to style all elements of a certain kind?

a) The element's name, like p
b) Some kind of biscuitty substance
c) The element's HTML reference number
d) The index of the lines each element is on, seperated by commas

Question 2) Which of the following would precede the opening { if I wanted to style all elements with the class: "ice"

a) #ice
b) #rice
c) .ice
d) .rice

Question 3) Which of the following would precede the opening { if I wanted to style the element with the id: "tree"

a) .tree
b) .free
c) #free
d) #tree

In the next chapter, we look at styling links, as they're a bit different!