Articles → HTML → Comments In HTML
Comments In HTML
What Are Comments?
Syntax
Example
<html>
<head>
<title>Comments Demo</title>
</head>
<body>
<!--Using this tag so that a new code will start from next line-->
<br /> </body>
</html>
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |