HTML Comments
The comment tag is used to insert a comment on the HTML document. Any content written between these tags will be ignored by the browser, so comments will not appear on the webpages. Syntax <!-- Write Comments Here --> Example <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!-- Heading Start --> <h1>This is Heading</h1> <!-- Heading End…
View On WordPress

















