How to write comments in an (x)HTML file? just using <!-- comment -->?
Is it correct also?: <!-"-" comment "-"->?
Any other methods to put a comment in code? (because some editors filter <!-- --> comments).
How to write comments in an (x)HTML file? just using <!– comment –> ?
Share
This is the correct and only way for HTML and XML:
Your other example is not valid.