Various annotations_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:41:57
Original
1006 people have browsed it

HTML

<!--  -->
Copy after login

CSS

/*   */
Copy after login

javascript

单行 //多行  /*   */
Copy after login

Conditional comment

  • If it is IE6
  • <!--[if IE 6]><![endif]--> 
    Copy after login

  • If not IE
  • <![if !IE]><![endif]>
    Copy after login

  • If less than IE 6
  • <!--[if lt IE 6]><![endif]-->
    Copy after login



  • If less than or equal to
  • <!--[if lte IE 6]><![endif]-->
    Copy after login

  • If greater than or equal to
  • <!--[if gte IE 7]><![endif]-->
    Copy after login

    Related labels:
    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