Code Editor Panel
Home
HTML Tutorial
HTML Comments
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!-- Details of the coding -->
<p>This is example of comments tag </p>
<p>This is example of <!-- hide text --> comments tag </p> </body> </html>
Output