html comments. is there any way besides <!--xx-->?

Todd P

New member
<!--xx--> is the only HTML commenting syntax.

This might sound dumb but you could just stick php comments in your HTML. I actually prefer it in some cases.
 
<!--xx--> is the only HTML commenting syntax.

This might sound dumb but you could just stick php comments in your HTML. I actually prefer it in some cases.
 
Back
Top