How do you hide text in HTML code? This would be notes to the webmaster or person managing the site. Maybe there is a way to insert text that would give instructions. How is this done?
If you want to hide your text that call comment then you can use this <!-- your text here --> But if you want to hidden data in your html from then you can use this code <input type="hidden" name="elementname" value="your-value">If you want to hide your text that call comment then you can use this <!-- your text here --> But if you want to hidden data in your html from then you can use this code <input type="hidden" name="elementname" value="your-value">
clipclic
<!-- Your instructions --> Just uncomment your text:
Are you sure you want to delete this post?