Closed oldoc63 closed 3 years ago
We’ll be collecting information from our users using a form so, first, we have to add a form under the hr element inside the body of index.html.
Assign the form an action of "story.html" and a method of "GET".
We’ll be sending information from our form to story.html using a GET request.
We’ll be collecting information from our users using a form so, first, we have to add a form under the hr element inside the body of index.html.
Assign the form an action of "story.html" and a method of "GET".
We’ll be sending information from our form to story.html using a GET request.