html #html5 #boilerplate

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html #html5 #boilerplate相关的知识,希望对你有一定的参考价值。

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>HTML5 Starter Template</title>
  <meta name="description" content="Starter Template">
  <meta name="author" content="Gregry Pike">
  <link rel="stylesheet" href="css/styles.css?v=1.0">
  <!--[if lt IE 9]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
</head>
<body>
  <script src="js/scripts.js"></script>
</body>
</html>

以上是关于html #html5 #boilerplate的主要内容,如果未能解决你的问题,请参考以下文章

html HTML5 Boilerplate

html HTML5 Boilerplate

html HTML5 Boilerplate / Template

html HTML5 Boilerplate

html #html5 #boilerplate

html HTML5 Boilerplate条件评论