<form action="/api/signup" method="POST">
<input name="email" type="email" required />
<button type="submit">Sign up</button>
</form><form> Tag
A container for interactive controls that get submitted together, either to a server or to JavaScript.