因為IE9以下不支援新的 html tag
諸如 <header><footer><nav> 等等
故google提供了一個補救的js
只要是IE系列 9以下,都可以用這個 js來順利讓IE套用HTML5 的新tag
然後在 html 裡就不需要再多做宣告了
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
附帶一個連結 http://formatmysourcecode.blogspot.tw/
可以把字符改成實體編碼,再加上樣式來模擬貼code