blog:2023-07-11_comment_in_html
HTML <!--...--> Tag
Example
<!--This is a comment. Comments are not displayed in the browser-->
<p>This is a paragraph.</p>
Detail
Definition and Usage
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code.
Permalink blog/2023-07-11_comment_in_html.txt · Last modified: 2023/07/11 08:57 by
jethro