当前位置: 首页 > 文档资料 > HTML 入门教程 >

<!--...-->

优质
小牛编辑
128浏览
2023-12-01

描述 (Description)

HTML 标签允许作者评论他们的HTML代码。 此标记仅由IE支持。

建议使用来评论您的标签。 此标记与所有浏览器兼容。

Note - HTML5中不推荐使用“comment”标记。 不要使用此元素。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML <!--....--> Tag</title>
   </head>
   <body>
      <comment>This is a commented line in IE</comment>
      <!-- This is a commented line supported by almost every browser.
         It will not appear in output as its a comment. 
      -->
   </body>
</html>

浏览器支持 (Browser Support)

浏览器支持标签

ChromeFirefoxIEOperaSafariAndroid
不支持不支持Yes不支持不支持不支持

浏览器支持标记

ChromeFirefoxIEOperaSafariAndroid
YesYesYesYesYesYes