Title / Description
Code <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>How to style code on your website</title> <link rel="stylesheet" href="reset.css" /> <link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="github.css" /> <script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script> </head> <body> <div class="wrapper"> <pre class="prettyprint"> <code><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div class="wrapper"> </div> </body> </html></code> </pre> </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