HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

What is the Use of Comments in HTML

What is the Use of Comments in HTML?

 

Comments are actually used in all programming languages. However, in an HTML document, it is used to make important notes and help developers whenever they want to update or change something in the code. They are not displayed in the browser.

Its Syntax is:- <!— Comment !–>

Code Explanation

All Tutorials related to FAQs

All Sections related to HTML