Basic HTML Form

Example showing a simple HTML form.

Preview

Code

<form>
<label>Name:</label>
<input type="text">
</form>

More HTML Forms Examples (11)