Skip to content

Instantly share code, notes, and snippets.

@holmesconan
Created June 23, 2017 14:02
Show Gist options
  • Save holmesconan/04f539529c2136bf267cfa3a771788f3 to your computer and use it in GitHub Desktop.
Save holmesconan/04f539529c2136bf267cfa3a771788f3 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate With IE Conditional Tag.
<!DOCTYPE html>
<!--[if lt IE 9]>
<html class="lt-ie9" lang="zh-CN">
<![endif]-->
<!--[if gte IE 9]> -->
<html lang="zh-CN">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Title</title>
</head>
<body>
</body>
</html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment