1. Home
  2. Html
  3. Text input field

Input field example. You can change type attribute to control what data values can be inserted by the user and the behavior of the input.

#html#form#input#tag
<input type="text" name="label-name" value="Default value" placeholder="Field placeholder" tabindex="0">
Output:

copy
Full Html cheatsheet