Book
Submodule 8.1: The HTML of forms
Submodule 8.1: The HTML of forms
Completion requirements
View
- role and creation of a form
- elements
- attributes
- accessibility
How can I see the entries of a submitted form?
Complete the form in the following file:
Check the file's console.log. You can see the results of the submission.
We have used some JavaScript code to grab and display the results instead of using a WEB Server!