problem 浏览器低级版本不识别元素有关问题

problem 浏览器低级版本不识别元素问题如果浏览器不识别header footer article这些元素的时候,我们可以使

problem 浏览器低级版本不识别元素问题
如果浏览器不识别header footer article这些元素的时候,我们可以使用javascript代码来辅助实现:

<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->


html5 enabling script:

http://remysharp.com/2009/01/07/html5-enabling-script/