


This article mainly introduces the comment symbols in HTML, how to write comment symbols and the example analysis of comment symbols. Next, let us look at this article together
First of all What we need to know is what are the comment symbols in html?
Comment tags are used to insert comments in source code. Comments will not be displayed in the browser.
You can use comments to explain your code, which will help you edit the code at a later time. Especially useful when you write a lot of code.
It is also a good practice to use comment tags to hide scripts that are not supported by the browser (so that the script is not displayed as plain text)
Comment: two slashes at the end of the comment line (//) is the JavaScript comment symbol. This prevents JavaScript from executing the --> tag.
This is an example of comments:
<!-- 这是一段注释 --> <p>这是一个段落。PHP中文网</p> <!-- 记得在此处添加信息 -->
There is no need to look at the renderings for this example. Obviously, this will only be displayed in the browser as < The content in the ;p> tag and the other two lines will not be displayed at all, because this is for others to see and will not be recognized by the browser.
Another bonus: comments are also helpful for HTML debugging, because you can comment out one line of HTML code at a time to search for errors:
Here are also examples of comments:
<!-- 此刻不显示图片: <img src="/static/imghwm/default1.png" data-src="/i/tulip_ballade.jpg" class="lazy" border="0" alt="Tulip"> -->
Conditional comments for HTML comments:
You may occasionally find conditional comments in HTML:
<!--[if IE 8]> .... some HTML here .... <![endif]-->
Conditional comments define HTML tags that only Internet Explorer executes .
HTML software program tags about comments:
Various HTML software programs can also generate HTML comments.
For example, the tag will be surrounded by HTML comments created by FrontPage and Expression Web.
As a rule, the existence of these tags helps support the software that created them.
About the symbols and writing methods of HTML comments:
1. Comment syntax in HTML web pages:
<!-- 注释内容 -->
2. Comment code split analysis
html comment code starts with:
<!-- ” 小于符号+叹号+两个小横杠(减号) 结束“-->
two small horizontal bars (minus sign) greater than symbol
3. How to write html comments
<!-- 我是在html注释内 -->
and above All the contents of HTML comments have been parsed. If you have any questions, you can ask below
[Editor’s recommendation]
How to remove the label from the ol tag in html? Summary of how to use the tag
How to remove the dot from the ul tag in HTML? Style example analysis of HTML unordered list
The above is the detailed content of How to write comments in html? What are the comment symbols in html? (with examples). For more information, please follow other related articles on the PHP Chinese website!

PyCharm多行注释快捷键:让代码注释更加便捷,需要具体代码示例在日常的编程工作中,代码注释是非常重要的一部分。它不仅可以提高代码的可读性和可维护性,还能帮助其他开发人员理解代码的意图和设计思路。然而,手动添加代码注释往往是一项耗时而繁琐的工作。为了让我们的代码注释更加高效,PyCharm提供了多行注释的快捷键。在PyCharm中,我们可以使用Ctrl+/

如何优化Java代码的可维护性:经验与建议在软件开发过程中,编写具有良好可维护性的代码是至关重要的。可维护性意味着代码能够被轻松理解、修改和扩展,而不会引发意外的问题或额外的工作量。对于Java开发者来说,如何优化代码的可维护性是一个重要课题。本文将分享一些经验和建议,帮助Java开发者提升其代码的可维护性。遵循规范的命名规则规范的命名规则能够使代码更易读,

在go语言中,可以使用多行注释符“/**/”来注释多行代码。多行注释(简称块注释),以“/*”开头,并以“*/”结尾,且不可以嵌套使用,语法“/*注释内容...*/”;多行注释一般用于包的文档描述或注释成块的代码片段。

iCloud钥匙串使您能够更方便地管理密码,无需依赖记忆或猜测网站或用户名。您可以通过在iCloud钥匙串中为应用程序和网站的现有密码添加注释来实现这一点。在这篇文章中,我们将解释如何为您保存在iPhone上的iCloud钥匙串中的密码添加注释。要求您需要满足一些要求才能在iCloud钥匙串中使用这项新功能。运行iOS15.4或更高版本的iPhone密码储存在iCloud钥匙串中的有效AppleID有效的互联网连接如何为保存的密码添加注释毋庸置疑,您应该在iCloudKeychain中存储一些密

PyCharm注释操作指南:优化代码编写体验在日常的代码编写中,注释是非常重要的一环。良好的注释不仅可以提高代码的可读性,还能帮助其他开发人员更好地理解和维护代码。PyCharm作为一款强大的Python集成开发环境,在注释方面也提供了丰富的功能和工具,可以极大地优化代码编写体验。本文将介绍如何在PyCharm中进行注释操作,以及如何利用PyCharm的注释

Golang是一种编程语言,它有着比较高的代码可读性和简洁性。然而,在编写代码时,总有些地方需要添加注释来帮助解释某些细节或者增加代码的可读性。在这篇文章中,我们将介绍一些关于Golang注释的内容。

效率提升!PyCharm中快速注释代码的方法分享在日常的软件开发工作中,我们经常需要注释掉一部分代码进行调试或者调整。如果手动逐行添加注释,这无疑会增加我们的工作量和耗费时间。而PyCharm作为一款强大的Python集成开发环境,提供了快速注释代码的功能,大大提升了我们的开发效率。本文将分享一些在PyCharm中快速注释代码的方法,并提供具体的代码示例。单

php语言支持3种注释风格:1、C++风格,使用“//”符号,语法“//注释内容”;2、C语言风格,使用“/* */”符号,语法“/* 注释内容 */”;3、Shell风格(Perl风格),使用“#”符号,语法“#注释内容”。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Linux new version
SublimeText3 Linux latest version

Notepad++7.3.1
Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
