well kinda what ever is in the value tag will show up as the default text in the textbox
so
<input type="text" value="WoRdS" name="test">
and hitting submit
is the same as
<input type="text" name="test">
and typing in WoRdS then hitting submit
in other words the value"" tag is the words in the box