i put following lines in header of html
<link href="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css" rel="stylesheet" type="text/css" />
<script src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js" type="text/javascript"></script>
and in html i want to hightlight some html code :
<body onload="prettyPrint()">
<pre class="prettyprint lang-html">
<input type="button" value="HELLO"/>
</pre>
</body>
but i am not unable to hightline html code : current copy here : http://jsfiddle.net/jTYQk/