Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created May 31, 2013 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekGhosh/5688588 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/5688588 to your computer and use it in GitHub Desktop.
Example why we need HTML5 Shiv (Part 1)
<!DOCTYPE HTML>
<html>
<head> <style>
article {
font-size: 22px;
color: orange;
}
</style>
</head>
<body>
<article>Hello</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment