Title / Description
Code <!DOCTYPE html> <html lang="en-US"> <meta charset="utf-8"></meta> <head> <link rel="stylesheet" href="styleguide.css"> <title> Block elements </title> </head> <body> <div style="background-color:purple;color:white;text-align:center;padding:25px"> <h1>Block Elements</h1> <p> One <span style="color:red"> is wrong!</span></p> </div> </body> </html>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code