T Todd P New member Jul 3, 2009 #1 <!--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.
T That's what she said New member Jul 3, 2009 #2 I can only find <!-- comment here--> on google...is there a way to comment a single line? similar to // in java/php/ JS etc?
I can only find <!-- comment here--> on google...is there a way to comment a single line? similar to // in java/php/ JS etc?
Z zoliky New member Jul 3, 2009 #3 no, the only way to comment a single line is: <!-- comment single line -->
T Todd P New member Jul 3, 2009 #4 <!--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.