📚 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?
- p {text-size:bold}
- p {font-weight:bold}
- style:bold
- p{font:bold}