How to Use ems for HTML Font Size?
Monday, January 30th, 2006
HTML font size is specified in CSS stylesheet using pixels, ems or keywords. I have rarely found keywords much useful. Using pixels guarantees control over the look of the web page but the issue is that if we use pixels for font size, then the web page is not as accessible in IE.
