Question Info

This question is public and is used in 20 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

What is the correct CSS syntax for making all the <p> elements bold?
  1. p {text-size:bold}
  2. p {font-weight:bold}
  3. <p style="text-size:bold">
  4. <p style="font-size:bold">