Is this a valid tag? I want to put the value of a querystring in my text box.

<td>&nbsp;&nbsp;<input id="txtcap" style="FONT-SIZE: xx-small" maxLength="5" size="13" name="txtcap" value=<%=Request.QueryString("txtcap")%>></td>