HTML5 is compatible with IE versions and html5ie versions.

Source: Internet
Author: User

HTML5 is compatible with IE versions and html5ie versions.
IE statement <! -- [If lte IE 6]> <! [Endif] --> IE6 and earlier versions are visible <! -- [If lte IE 7]> <! [Endif] --> IE7 and earlier versions are visible <! -- [If IE 6]> <! [Endif] --> only IE6 is visible <! -- [If lt IE 8]> <! [Endif] --> versions earlier than IE8 are visible <! -- [If gte IE 7]> <! [Endif] --> IE7 and Versions later than IE7 are visible

Where:

Lt: indicates less

Lte: less than or equal

Gt: greater

Gte: greater than or equal

No words above indicate equal

 

Usage: Used to selectively load styles or scripts

<Link rel = "stylesheel" href = "css.css"> <! -- Default added style -->
<! -- [If lte IE 8]> <link rel = "stylesheel" href = "lteie8.css"> <! -- Style loaded when the browser version is earlier than or equal to IE8 --> <! [Endif] -->

<! -- [If IE 9]> <script src = "ie9.js"> </script> <! -- Load this script when the browser version is IE9 --> <! [Endif] -->

 

 


Q: How many html5 websites are incompatible with IE?

HTML5 is not compatible with versions earlier than IE9, but can be compatible with code hosted by Google. Html5shiv.googlecode.com/svn/trunk/html5.js

Why is HTML 5 player incompatible with IE browser?

The compatibility mode is generally the IE7 kernel, and IE7 does not support HTML5. Of course, it cannot be played. It is not a server issue or a problem with your client browser.

Which of the following browsers support HTML5?
IE10 +
Other mainstream browsers of the latest version.

The IE compatibility mode of many dual-core browsers depends on the IE version installed in your system. So it is best to use html5 players without ie.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.