CodeClerks

Hidden text in HTML code



Write the reason you're deleting this FAQ

Hidden text in HTML code

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?

Comments

Please login or sign up to leave a comment

Join
clipclic
Just uncomment your text:
<!-- Your instructions -->



Are you sure you want to delete this post?

AjayPrasad
Define a hidden field in input html tag.
<input type="hidden" name="web" value="webdesign">



Are you sure you want to delete this post?

obaidul100
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">



Are you sure you want to delete this post?