개발정보

IE8 이하에서 HTML5, CSS3 사용하기

쿠카곰돌이 2020. 1. 26. 21:26
반응형

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->


<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js">

<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js">

   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
   <!--[if lt IE 9]>
   <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js">
   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js">
   <![endif]-->

 

 

 

반응형