私はprettyprintを使用して自分のコードのUIをフォーマットしようとしていますが、フォーマットが完了していません。シンプルなプリテイプリントプログラムが動作しない
HTML:
<html>
<head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css" rel="stylesheet">
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
</head>
<body onload="prettyPrint()">
<pre class="prettyprint">
<div> This is a div </div>
<a href="http://www.google.com">Bollywood </a >
</pre>
</body>
</html>
参考文献:
誰かが私を助けてくれますか?
I want the default layout in the 3rd link provided.