Hi, my self Ravi Vishwakarma. I have completed my studies at SPICBB Varanasi. now I completed MCA with 76% form Veer Bahadur Singh Purvanchal University Jaunpur.
SWE @ MindStick | Software Engineer | Web Developer | .Net Developer | Web Developer | Backend Engineer | .NET Core Developer
Ravi Vishwakarma
05-Jun-2024In HTML, comments are used to add notes or explanations within the code that are not displayed on the webpage. This can be helpful for documentation, debugging, or temporarily removing sections of code without deleting them. Comments in HTML are created using the following syntax:
Key Points about HTML Comments
Syntax:
<!--
and ends with-->
.Multi-line Comments: HTML comments can span multiple lines.
Usage Examples:
Single-line Comment:
Multi-line Comment:
Commenting Out Code: Temporarily disable a piece of code without deleting it.