The <form> tag
<form> tag attributes
<form> tag attributes<form>
...
</form>Example
<form
method="post"
enctype="application/x-www-form-urlencoded"
action="https://mylibrary.io/books">
</form>Intercepting submit event
submit eventLast updated