HTML5 Shiv
source article link: http://ejohn.org/blog/html5-shiv/
<html>
<head>
<style>blah { color: red; }</style>
<script type="text/javascript">document.createElement("blah")</script>
</head>
<body>
<blah>Hello!</blah>
</body>
</html>
source article link: http://ejohn.org/blog/html5-shiv/
<html>
<head>
<style>blah { color: red; }</style>
<script type="text/javascript">document.createElement("blah")</script>
</head>
<body>
<blah>Hello!</blah>
</body>
</html>
发表者 俞 伟军 位置在: 1/25/2008 12:04:00 PM
标签: Hack , HTML5 , JavaScript , Shiv
No comments :
Post a Comment