oldoc63 / learningHTML

Learning HTML with Codecademy and GitHub
0 stars 0 forks source link

Adding The Form #35

Closed oldoc63 closed 3 years ago

oldoc63 commented 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.