Home >Web Front-end >HTML Tutorial >Various annotations_html/css_WEB-ITnose

Various annotations_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:41:571027browse

HTML

<!--  -->

CSS

/*   */

javascript

单行 //多行  /*   */

Conditional comment

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

  • If not IE
  • <![if !IE]><![endif]>

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



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

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

    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