HTML Highlight
Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.
    <html>    <!-- this is a comment -->        <head>            <title>HTML Example</title>        </head>        <body>            The indentation tries to be <em>somewhat "do what            I mean"</em>... but might not match your style.        </body>    </html>                                        Css Highlight
Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.
    .example {        font-family: Georgia, Times, serif;        color: #555;        text-align: center;    }