Text Input Field

Example showing a text input field.

Preview

Code

<form>
<input type="text" placeholder="Enter your name">
</form>

More HTML Forms Examples (11)