html HTML5 Boilerplate;来自http://csswizardry.com/2011/01/the-real-html5-boilerplate/

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html HTML5 Boilerplate;来自http://csswizardry.com/2011/01/the-real-html5-boilerplate/相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>HTML5 boilerplate – all you really need…</title>
	<link rel="stylesheet" href="css/style.css">
	<!--[if IE]>
		<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
</head>

<body id="home">

	<h1>HTML5 boilerplate</h1>

</body>
</html>

以上是关于html HTML5 Boilerplate;来自http://csswizardry.com/2011/01/the-real-html5-boilerplate/的主要内容,如果未能解决你的问题,请参考以下文章

html JavaScript导入后备(来自HTML5 Boilerplate)

html HTML5 Boilerplate;来自http://csswizardry.com/2011/01/the-real-html5-boilerplate/

html HTML5 Boilerplate;来自http://csswizardry.com/2011/01/the-real-html5-boilerplate/

html HTML5 Boilerplate

html HTML5 Boilerplate

html HTML5 Boilerplate