Tool to read and extract HTML comments from source code or web page automatically (Javascript/CSS comments included)
HTML Comments - dCode
Tag(s) : Informatics
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Tool to read and extract HTML comments from source code or web page automatically (Javascript/CSS comments included)
A comment in HTML is a message indicated between tags <!-- and --> which is intended for a reader of the HTML source code of a web page.
Example: <!-- HTML comment -->
A Javascript comment is a message indicated between the characters '/ *' and '* /' or following the characters // in a source code in Javascript.
Example: /* Javascript comment 1 */
Example: // Javascript comment 2
A CSS comment is a message indicated between the characters '/ *' and '* /' in a style sheet source code.
Example: /* CSS comment */
Comments are normally deleted when the pages are put into production, and intended only for people developing them, detecting them allows them to be deleted.
Comments can be a way to leave a hidden message, because they are not visible on a web page, at least not visible without accessing the source code.
dCode retains ownership of the online 'HTML Comments' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script or API access will be for free, same for HTML Comments download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!