我在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>
在 html 中,我想突出显示一些 html 代码:
<body onload="prettyPrint()">
<pre class="prettyprint lang-html">
<input type="button" value="HELLO"/>
</pre>
</body>
但我不能高亮 html 代码:当前副本:http: //jsfiddle.net/jTYQk/