Kizspy | Question: 4
(Choose 1 answer)
FJOVERFLOW.COM
Consider the code:
html {
font-size:12px;
}
div {
font-size:20px;
P {
font-size: 0.5em;
}
<div>
</div>
<p>This is a song</p>
What is the right option?
A. The font-size of the p element is 12px.
B. The font-size of the p element is 20px
C. The font-size of the p element is 6px
D. The font-size of the p element is 10px