Describe about HTML Comment.
The main question of in HTML is that what is comment and for what purpose it is useful? This simple way you answer this question is that, comments are used to divide the code in different part. Due to this, it become easy to read and to understand the code.
We make the code or the things comment so that the device or the coding software will not able to read that code or a text. The comment are not only useful for understanding the code in a easy way, but also used in the testing purpose of code.
CODE BOX
See the Pen HTML Comments by Aakash Kavediya (@Aakash-Kavediya) on CodePen.