Editorial Staff2014-02-27T02:17:23+00:00HTML Comment Tag :
[crayon-5a1e9533c5b77424452749/]
Browser Support
The comment tag is supported in all major browsers.
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.
It is also a good practice to use the comment tag to "hide" [...]