
Comments are used to hide content.
To create hidden comments in HTML, we add tag and end it with -- >. Whatever comes inside this tag it is hidden. These comments allow us to easily understand the code.
评论可以被视为对自己的注释,也可以让其他人理解代码,同时隐藏HTML代码,使得浏览器不会在网页上显示它。
语法
以下是在HTML中隐藏注释的语法。
立即学习“前端免费学习笔记(深入)”;
Example
的中文翻译为:示例
以下是隐藏HTML中注释的示例程序。
DLF stands for Delhi Land and Finance
Example
的中文翻译为:示例
Following is another example program to hide comments in HTML.
Delhi is the capital of India
We use inline comment tag inside the
tag. To hide the content of the paragraph.
Example
的中文翻译为:示例
以下是一个隐藏HTML中注释的示例程序,使用内联注释标签。
DLF stands for Delhi Land and Finance











