How to not run line in HTML?

Pandadude

New member
If I don't want to run a line in HTML, instead of deleting it, can I put a mark in right of the line, so it doesn't run? I want to do this just in case I might need the line later.

Thanks
 
Add your code between this tags: '<!--' and'-->' ( <!-- Your Script --> ) . For example,

<!-- <font color="red"> TEXT </a> -->
 
Last edited:
Back
Top