<!--...-->
优质
小牛编辑
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)
浏览器支持标签
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
不支持 | 不支持 | Yes | 不支持 | 不支持 | 不支持 |
浏览器支持标记
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |