Is there a tag in html for commenting code out? Something like the ones for JavaScript.
I searched but didnt find anything.
Thanks
Code:'... <tr valign="top"> <td style="width: 10px"> </td> <td style="width: 482px;"> </td> <td style="width: 120px;"> </td> </tr> //--Comment? <tr valign="top"> <td style="width: 10px"> </td> <td style="width: 482px;"> </td> <td style="width: 120px;"> </td> </tr>--//end commented code





Reply With Quote