EXERCISE: CSS selector using colour

Exercise

Complete the exercise below

Let’s give your web page that POP of colour that it needs!

Instructions:

Change the colour of the headings so that they match their description.

  1. The style=” ” structure is used for inline styling.
  2. This is coded before the closing bracket > of an HTML tag.
  3. “color: color name” is the value of style. Note: color is spelled the American way.
  4. Run the code to view your result.

Note: The first heading has already been coloured for you.