SHOW:
|
|
- or go back to the newest paste.
| 1 | <!DOCTYPE html> | |
| 2 | <html lang="en"> | |
| 3 | <head> | |
| 4 | - | <title>HTML5 template</title> |
| 4 | + | <title>HTML5 form</title> |
| 5 | </head> | |
| 6 | <body> | |
| 7 | - | |
| 7 | + | <form action="form-process.php"> |
| 8 | <!-- | |
| 9 | // form inputs go here | |
| 10 | --> | |
| 11 | </form> | |
| 12 | </body> | |
| 13 | </html> |