HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> body{ font-size:20px; } p{ font-size:2ch; } </style> </head> <body> <p>font-size of this paragraph is '2ch'.</p> </body> </html>
OUTPUT
×

Save as Private