Home > Web Front-end > HTML Tutorial > Hu Bojun explains why comments in CSS fail_html/css_WEB-ITnose

Hu Bojun explains why comments in CSS fail_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:51:13
Original
1759 people have browsed it

In web pages automatically generated by Dreamweaver, the style sheet in the head is often in the form:

A set of html comment tags will be automatically added at the beginning and end of the style sheet: . If you think this is the same as the comment mark of HTML, using this to write comments will cause the style sheet definition to become invalid.

When the words

The latter is the correct HTML syntax. The two are not the same thing.

So, why is there such a pair of html comment tags in the automatically generated style?

This is for compatibility with older browsers. Old browsers do not support style, so when encountering style, the content of the style sheet will be displayed on the page. However, older versions of browsers recognize HTML comment tags, so after adding the tags

, this part of the content will be ignored as comments, and the style sheet will not be displayed on the page.

Browsers that support style will ignore the this comment will cause an error in the css style. Please replace it with /**/ This way of annotation.



Welcome to watch my full set of free online Java teaching ultra-clear videos:

http://v.youku.com/v_show/id_XODQ1NjU0NDc2.html This is one of the video links. You can drag it to the bottom of the Youku video and subscribe to my account, because I will provide more videos for free in the future

Baidu search: Enter Fcs_D coder, or enter "Hu Bojun" to see many of my videos

Or add my WeChat account: fcsboy I can notify you through WeChat in time

QQ learning group: 237053693

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template