怎么使ie8,9浏览器完美兼容h5和css3
1、下载Visual Studio Code软件。

2、打开Visual Studio Code 编辑器,并新建一个文件。

3、新建一个文件名,比如这里“index.html”,此时界面右侧显示index.html文件内容。

4、先输入程序的基本要素。

5、把以下内容放到<head></head>之间<!–[if lt IE9]><script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script><![endif]–>
