Form: Completed

When completed with all possible attributes sets, an HTML <form> element could look like this:

<form action="http://www.w3schools.com/html/action_page.php" method="GET" target="_blank" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded" autocomplete="off" novalidate>
.
form elements
.
</form>
Back button Table of Contents Next button