Form Action Attribute

Example using the action attribute in a form.

Preview

Code

<form action="/submit">
<input type="text" placeholder="Your name">
<button type="submit">Submit</button>
</form>

More HTML Form Attributes Examples (5)