HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> body{ font-size:70px; } p{ font-size:1ex; } </style> </head> <body> <p>font-size of the paragraphs are 1ex, i.e. the height of a lowercase x of body.<p> </body> </html>
OUTPUT
×

Save as Private