The simplest way to do this is:
<input id="iptUser" name="iptUser" type="text" placeholder="Username" />
Unfortunately the placeholder attribute isn't supported in older versions of IE so you would need a bit of JavaScript to get the same effect in those cases.