为什么comment注释里面文字还会在浏览器显示
<!--程序3-5-->
<html>
<head>
<title>在网页中添加添加注释</title>
</head>
<body><comment>body标记是主体内容</comment>
<center>
<pre><!--pre代表原样显示排版格式-->
我们永远的家
——多媒体专业!
</pre>
<center>
</body>
</html>
<!---->注释和comment注释有什么不一样的
comment只有ie有效
html没有comment这个元素
html标记comment标签