What will be the text size “Universe” with the below declaration
<div style=”font-size:12px;”>World is<div style=”font-size:0.5em;”>VERY small in <div style=”font-size:100%;”>Universe</div></div></div>
- 12px
- 6px
- font size specified for BODY
- Varies from browser to browser
I encountered this question in a quiz. Option 4, tempt me to post this question here.
100% of 12 * .5 is 6.