Question Info

This question is public and is used in 19 tests or worksheets.

Type: Multiple-Choice
Category: CSS
Level: Continuing Education
Author: yasserhy
Last Modified: 10 years ago

View all questions by yasserhy.

CSS Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Continuing Education CSS

How do you add a background color for all <h1> elements?
  1. h1 {background-color:#FFFFFF}
  2. all.h1 {background-color:#FFFFFF}
  3. h1.all {background-color:#FFFFFF}