Google Prettify Getting Started

HTML

<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>

<pre class="prettyprint"><json>
<project xmlns="http://maven.apache.org/POM/4.0.0" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                     
    <modelVersion>4.0.0</modelVersion>
    <groupId>portal</groupId>
    <artifactId>portal</artifactId>
    <packaging>war</packaging>
    <version>0.0.1-SNAPSHOT</version>
    <name>developer-portal</name>
    <url>http://maven.apache.org</url>
        
    <properties>
        <serverName>dropServer</serverName>
        <serverHome>/home/wlp</serverHome>
        <maven.compiler.source>1.7</maven.compiler.source>
        <maven.compiler.target>1.7</maven.compiler.target>
    </properties>
</project>
</json></pre>