HTML
अपने टैग पर टिप्पणी करने के लिए का उपयोग करने की अनुशंसा की जाती है। यह टैग सभी ब्राउज़रों के साथ संगत है।
नोट -
उदाहरण
<!DOCTYPE html> <html> <head> <title>HTML <!--....--> Tag</title> </head> <body> <comment>This is a commented line in IE</comment> <!-- This is a commented line supported by almost every browser. It will not appear in output as its a comment. --> </body> </html>