Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> h1 {font-size: 50px;} h2 {font-size: 30px;} p { font-size: 15px; line-height: 20px; } </style> </head> <body> <h1>This is heading 1</h1> <h2>This is heading 2</h2> <p>This is a paragraph.</p> <p>This is another paragraph.</p> </body> <!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_unit_px by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:04:44 GMT --> </html>
Result: