본문 바로가기

html5

html5_기본

인터넷 익스플로러 9미만 버전에서는 아래와 같이 마크업 하세요. 

 

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title></title>
    <meta name="description" content="">
    <meta name="keywords" content="">
    <!--[if lt IE 9]>
      <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
  </head>
  <body>
  contents
  </body>
</html>