inky (owner)

Revisions

gist: 221365 Download_button fork
public
Description:
http://diveintohtml5.org/semantics.html
Public Clone URL: git://gist.github.com/221365.git
Embed All Files: show embed
html5-ie-hack.html #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8"/>
  <title>Lorem ipsum</title>
  <!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
  <article>
    This HTML5 tag should now work in Internet Explorer ≥6.
  </article>
</body>
</html>