How Can We Help?
Sometimes it is very useful to add a note or a comment to a file. You can add comments in HTML or PHP pages like this:
1 | <!-- insert comment here --> |
Add comments in CSS files like this:
1 | /* insert comment here */ |
Facebook Comments