H2 headings should all be in uppercase. Which CSS rule will accomplish this?

(1 point)
Responses

h2(text-decoration: up;)

h2(text-decoration: up;)

h2 {text-transform: uppercase;}

h2 {text-transform: uppercase;}

h2 {text-decoration=”upper”;}

h2 {text-decoration=”upper”;}

he {text-transform=”uppercase”;}

1 answer

The correct CSS rule that will accomplish making all H2 headings uppercase is:

h2 {text-transform: uppercase;}

So the answer is:

h2 {text-transform: uppercase;}

Similar Questions
  1. Use the image to answer the question.An illustration shows triangle uppercase H uppercase I uppercase J. Uppercase H is the left
    1. answers icon 2 answers
  2. Use the image to answer the question.An illustration shows triangle uppercase H uppercase I uppercase J. Uppercase H is the left
    1. answers icon 2 answers
  3. e the image to answer the question.An illustration shows triangle uppercase H uppercase I uppercase J. Uppercase H is the left
    1. answers icon 1 answer
  4. Use the image to answer the question.An illustration shows triangle uppercase H uppercase I uppercase J. Uppercase H is the left
    1. answers icon 1 answer
more similar questions