You can create a form submit button in HTML using the `` tag with the type attribute set to “submit”. Here is an example:
```
In this example, when the user clicks the “Submit” button, the form data will be sent to “/action\_page.php” for processing.