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 |
| Posted By - | Karan Gupta |
| |
| Posted On - | Thursday, October 13, 2016 |
| |
| Updated On - | Friday, September 29, 2017 |