实例
<!-- 在此处写注释 -->
您也许会在 HTML 中偶尔发现条件注释:
<!--[if IE 8]> .... some HTML here .... <![endif]-->
:条件注释定义只有 Internet Explorer 执行的 HTML 标签。