CSS Styling Properties and Selectors

Casual Mode - Take your time!

1 / 13
Correct
0
Incorrect
0
Score
0%
Multiple Choice

What is the correct CSS syntax for making all the

elements bold?

  1. p {text-size:bold}
  2. p {font-weight:bold}
  3. style:bold
  4. p{font:bold}
Change Mode