HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> body{ font-size:16px; } p{ font-size:2em; } </style> </head> <body> <p>font-size of the paragraphs are 16*2 = 32px.</p> </body> </html>
OUTPUT
×

Save as Private