'Why can't I do a comment ( /* like this one */ ) in PHP?
Solution 1:[1]
Try to do something like this:
<!-- Write your comments here -->
because you want to comment in an HTML file.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Peter Mortensen |