search
HomeWeb Front-endHTML TutorialAdvantages and Disadvantages of IE's Conditional Comments_HTML/Xhtml_Web Page Production
Advantages and Disadvantages of IE's Conditional Comments_HTML/Xhtml_Web Page ProductionMay 16, 2016 pm 04:43 PM
"ieadvantagetalentconditionCommentVersionshortcomingidentify


                  Conditional comments for IE are a proprietary (and therefore non-standard) Microsoft extension to regular (X) HTML comments.                  
Conditional comments for IE are a proprietary (and therefore non-standard) Microsoft extension to regular (X) HTML comments. As the name suggests, conditional comments enable you to display blocks of code based on conditions, such as browser version. Although non-standard, conditional comments appear as regular comments to all other browsers and are therefore essentially harmless. Conditional comments first appeared in IE5 on Windows and are supported by all subsequent versions of Windows browsers.
IE’s conditional comments are incredibly effective and easy to remember. The main disadvantage is that these comments need to be placed in the HTML page, not in CSS. In this way, when you don't need these things, or make changes, you will need to maintain a lot of places.
Let’s take a look at a few examples——
Only IE can recognize it
Because only IE5 and above versions begin to support IE conditional comments, all "only IE" means "only IE5 or above" can recognize it.

Only specific versions can be recognized
For example, only IE5 can be recognized, only IE6 can be recognized, only IE7 or IE8 can be recognized. The identification condition is a specific version, which cannot be higher or lower. For example, the following code block will only be valid in IE8


Only those that are not specific versions can recognize

Of course, IE browser needs to be 5 or above version is within the scope of discussion. For example, in the following example, the specific IE7 version cannot be recognized.

                                                                                                                                                                     

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
了解Django、Flask和FastAPI框架的优缺点了解Django、Flask和FastAPI框架的优缺点Sep 28, 2023 pm 01:19 PM

了解Django、Flask和FastAPI框架的优缺点,需要具体代码示例引言:在Web开发的领域中,选择合适的框架是至关重要的。Django、Flask和FastAPI是三个备受欢迎的PythonWeb框架,它们各自有其独特的优点和缺点。本文将深入探讨这三个框架的优缺点,并通过具体的代码示例来说明它们之间的区别。一、Django框架Django是一个全功

Django框架的优点和缺点:您需要知道的一切Django框架的优点和缺点:您需要知道的一切Jan 19, 2024 am 09:09 AM

Django是一个完整的开发框架,该框架涵盖了Web开发生命周期的各个方面。目前,这个框架是全球范围内最流行的Web框架之一。如果你打算使用Django来构建自己的Web应用程序,那么你需要了解Django框架的优点和缺点。以下是您需要知道的一切,包括具体代码示例。Django优点:1.快速开发-Djang可以快速开发Web应用程序。它提供了丰富的库和内

go语言中怎么注释多行go语言中怎么注释多行Jan 05, 2023 am 10:59 AM

在go语言中,可以使用多行注释符“/**/”来注释多行代码。多行注释(简称块注释),以“/*”开头,并以“*/”结尾,且不可以嵌套使用,语法“/*注释内容...*/”;多行注释一般用于包的文档描述或注释成块的代码片段。

推荐一款安卓浏览器——UC浏览器的优点及使用建议推荐一款安卓浏览器——UC浏览器的优点及使用建议Jan 08, 2024 pm 04:49 PM

浏览器是一种大家经常使用的软件。除了手机自带的浏览器外,人们还会下载更好用、更适合自己的浏览器。在选择浏览器时,人们会比较它们的优点,看哪一款更好用。今天我来介绍一下UC浏览器有哪些优点,推荐一款适用于安卓系统的好用浏览器UC浏览器安卓版功能简介大多数用户选择使用UC浏览器,肯定是因为它具有独特的功能和优点。接下来,小编将为大家详细介绍一下作为一款浏览器,其最主要的功能是用于浏览网页拥有阅读模式,可以不受影响地阅读小说和文章3.UC浏览器内置网盘功能,可以将图片、视频等内容存储到云端4.安卓版u

php语言支持几种注释风格php语言支持几种注释风格Feb 15, 2022 pm 02:05 PM

php语言支持3种注释风格:1、C++风格,使用“//”符号,语法“//注释内容”;2、C语言风格,使用“/* */”符号,语法“/* 注释内容 */”;3、Shell风格(Perl风格),使用“#”符号,语法“#注释内容”。

荣耀Magic6至臻版有什么缺点和不足_荣耀Magic6至臻版值不值得买荣耀Magic6至臻版有什么缺点和不足_荣耀Magic6至臻版值不值得买Mar 20, 2024 pm 08:06 PM

任何一款手机都无法做到让所有人认可,配置上去了,价格贵了;价格低了,配置不够好,鱼和熊掌不可兼得。那么荣耀Magic6至臻版有什么缺点和不足呢?荣耀Magic6至臻版有什么缺点和不足1、价格还是有些高了,起售价达到了6999元,绝大部分人都买不起。2、屏幕和荣耀Magic6标准版一样,并没有进行升级。3、屏幕分辨率只有1.5K,显示效果要比2K差上不少。4、之后素皮后盖,没有其他后盖材质的版本可以选择。5、采用短焦指纹识别技术,甚至连超薄光学都不是,有点说不过去。

java框架中代理模式的优缺点有哪些?java框架中代理模式的优缺点有哪些?Jun 03, 2024 am 09:34 AM

代理模式是一种Java框架设计模式,通过创建代理对象在客户端和目标对象之间进行中介。它的优势包括:保护目标对象,提供数据完整性和安全性;控制对目标的访问,实现权限控制和安全措施;增强目标行为,添加额外功能如日志记录、缓存和事务管理;简化测试,便于mocking和stubbing目标。然而,代理模式也存在劣势:开销:创建和维护代理对象可能降低性能;复杂性:需要深入理解设计模式;限制对目标的访问,可能在某些情况下不合适。

golang 方法的优点是什么?golang 方法的优点是什么?Apr 25, 2024 pm 02:45 PM

Go语言的方法提供多种优势,包括:促进代码重用和封装,使代码更模块化。提高代码简洁性和可读性,将数据和操作封装在一起。简化维护,修改方法不会影响使用它的其他代码。通过直接访问共享数据字段提供更好的效率和性能。实现面向对象设计原则,例如数据隐藏、封装和多态。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment