📚 Practice Mode

CSS Styling Properties and Selectors

Learn at your own pace with hints and detailed explanations

1 / 13
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}