2017年2月23日 星期四

html5 基本架構

參考: https://www.sitepoint.com/a-basic-html5-template/
<!doctype html>

<html lang="en">

<head>
  <link href="//tw.yahoo.com" ref="dns-prefetch">
  <meta charset="utf-8">
  <meta name="description" content="Ron Lee">
  <meta name="author" content="Ron Lee">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>The HTML5 Herald</title>
  <link rel="stylesheet" href="css/styles.css?v=1.0">

  <!--[if lt IE 9]>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
  <![endif]-->
</head>

<body>
  <script src="js/scripts.js"></script>
</body>
</html>
.

沒有留言:

張貼留言