css重置文章来源地址:https://www.yii666.com/article/764285.html
header, section, footer, aside, nav, main, article, figure {
display: block;
} 文章地址https://www.yii666.com/article/764285.html 网址:yii666.com
为HTML添加新的元素
<!DOCTYPE html>
<html>
<head>
<title></title>
<script>document.createElement("mhHero")</script>
<style>
myHero{
display:block;
padding:50px;
font-size:30px;
}
</style>
</head>
<body>
<myHero>新元素</myHero>
</body>
</html>
Internet Explorer 浏览器问题
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
完美的 Shiv 解决方案
<!DOCTYPE html>
<html>
<head>
<title>Styling HTML5</title>
<!--[if lt IE 9]>
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1>我的第一篇文章</h1>
<html>
<head>
<title>Styling HTML5</title>
<!--[if lt IE 9]>
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1>我的第一篇文章</h1>