About Basic Web Page Example
HTML uses form elements with sub input, label, textarea, select and option elements. This form is formatted using a table element. Submitting a form will POST the information to another part of the application.
HTML Form
This HTML Form shows a simple form with no validation.
It contains a variety of input types:
- text
- password
- textarea
- file
- checkboxes
- radio boxes
- multi-select
- dropdown select
Your file will not be processed or stored by the backend.
Synchronization
No synchronization is required for this page or the results page triggered by submit
.
Results Page
The results page will show you the details you typed in, and those fields which had no values.
There are a lot of location possibilities and attributes on the results page to assert that your entered details are passed through to the server.
Dev Tools
Use the dev tools to inspect and explore the page DOM to understand the controls.