Asp.net Web Forms TextBox

<input name="TextBox1" id="TextBox1" type="text">
< asp:TextBoxID="TextBox1" runat="server" ></asp:TextBox>
PrashantUnity