Forms
Use <form> with <input> and <button> to take input.
<form>
<input name="name" placeholder="Your name" />
<button>Send</button>
</form>
Collect input from users.
Use <form> with <input> and <button> to take input.
<form>
<input name="name" placeholder="Your name" />
<button>Send</button>
</form>