Text Field of HTML form<input type="text" name="Name" value="default_value">Text fields are data entry fields which takes small amount of data from the user ( textarea is used for large data ). This is one of the most widely used control of a WebForm.
Example:<input type="text" name="txtbox" value="Simple Text">This places a text field(single line text area) within the HTML form, which can be referenced by using its name "txtbox" and whose value is "Simple Text". Here is an example
This article is written by plus2net.com team.
![]() | ||||||||||||||||
| ||||||||||||||||