Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> body { background-color: linen; } h1 { color: maroon; margin-left: 40px; } </style> </head> <body> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> <!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_howto_internal by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:04:27 GMT --> </html>
Result: