What will the font size be when this CSS rule is implemented?
body{font-size: 50%;}
half the width of the screen
half the default font size
50 pixels
size 50
3 answers
The font size will be half of the default font size.
are you very sure
Yes, I am sure. When the CSS rule `body{font-size: 50%;}` is implemented, it sets the font size of the entire document to be 50% of the default font size.