Demo of text box with placeholder



HTML

<form ><input type='text'  name='t1' placeholder='Your First Name'><br>
 <br><input type='text'  name='t1' placeholder='Your Last Name'></form>