📜  如何在HTML中发表评论

📅  最后修改于: 2020-11-04 00:45:03             🧑  作者: Mango

如何在HTML中发表评论?

Html文档中的注释是Internet浏览器未解释的Html文本。

如果要在HTML文档中创建单行注释或多行注释,则必须遵循以下步骤。使用这些步骤,我们可以轻松地在Html文件中创建注释,这有助于描述该文件的代码。

步骤1:首先,我们必须在任何文本编辑器中键入HTML代码,或在文本编辑器中打开要在其中创建文本作为注释的现有HTML文件。


   
    
   
comment out in Html


 
JavaTpoint   
Html Tutorial
The comments in the Html document are the texts of Html which are not interpreted by the Internet Browsers. If we want to create the comments in the Html document then we have to follow the steps which are given below. Using these steps we can easily create the comments in the Html file which helps for describing the code of that file.

步骤2:现在,键入我们要创建的文本作为Html页面的注释。因此,在以下块中显示的标记之间键入文本或代码:


步骤3:现在,我们必须在HTML文件中提供文本。并且,然后保存HTML文件或代码。


   
    
   
comment out in Html


 
JavaTpoint   
Html Tutorial
The comments in the Html document are the texts of Html which are not interpreted by the Internet Browsers. If we want to create the comments in the Html document then we have to follow the steps which are given below.

步骤4:现在,运行代码,然后我们将在浏览器中看到输出。输出不包括在HTML文件或代码中的注释中写入的文本。以下屏幕截图显示了上述HTML代码的输出: