标签:The col bsp graph 代码 other htm 显示 body
可以将注释插入 HTML 代码中,这样可以提高其可读性,使代码更易被人理解,浏览器会忽略注释,不会显示它们,写法如下:
<!DOCTYPE HTML> <html> <body> <!-- 这是一段注释 --> <p>This is a paragraph.</p> <p>This is another paragraph.</p> </body> </html>
标签:The col bsp graph 代码 other htm 显示 body
原文地址:https://www.cnblogs.com/pzk7788/p/10347648.html