Computer Science, asked by bhompriya, 2 months ago

What would this CSS rule do ?
h2 { font-size:2em;
}​

Answers

Answered by harshitasingh7249
3

Explanation:

h2(font-size :2em)

a) make fonts in a special h2 tag double in size.

B) make finds in all h2 tags double in size.

c) make fonts in all h2 tags double in size and italic.

d) make all fonts are size 2,empty.

Similar questions