Well done!

You have completed Using Forms for HTTP Requests!

Quiz Question 1 of 2

Which answer accurately depicts the request URI upon submitting the form below if "Treehouse" is entered for the company, and "HTTP" is entered for the protocol?

<form method="get" action="/learn">
  <input type="text" name="company">
  <input type="text" name="protocol">
  <button type="submit">Go</button>
</form>

Choose the correct answer below:

Skip Quiz Review Video