Delete default value of an input text on click
For future reference, I have to include the HTML5 way to do this. <input name=”Email” type=”text” id=”Email” value=”email@abc.example” placeholder=”What’s your programming question ? be specific.” /> If you have a HTML5 doctype and a HTML5-compliant browser, this will work. However, many browsers do not currently support this, so at least Internet Explorer users will not … Read more