The Complete Shiv Solution


SUBMITTED BY: hnguyenthang2012

DATE: Feb. 19, 2016, 10:41 a.m.

FORMAT: HTML

SIZE: 418 Bytes

HITS: 413

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Styling HTML5</title>
  5. <!--[if lt IE 9]>
  6. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  7. <![endif]-->
  8. </head>
  9. <body>
  10. <h1>My First Article</h1>
  11. <article>
  12. London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.
  13. </article>
  14. </body>
  15. </html>

comments powered by Disqus