Exercise: Address form
Create a form like this:

Figure 1. Address form
Use the get method. Set the action to the page itself. For example, if you called the file ralph-the-wonder-form.html, use action="ralph-the-wonder-form.html".
When the form is filled in, it should look something like this:

Figure 2. Address form with data
Have a look at how the browser attaches data to the URL.
You can see my solution, but try it yourself first.
Upload your solution to your server. Put the URL below.
(Log in to enter your solution to this exercise.)