- The Browser as a GUI for HTTP 1:52
- Intro to Chrome Developer Tools 7:07
- HTML Review and URIs vs URLs 3:47
- URIs vs URLs 1 question
- Using Anchors for GET Requests 4:18
- Using Anchors for GET Requests 1 question
- Using Forms for GET Requests 8:44
- Data in POST Requests 1 question
- Using Forms for POST Requests 8:32
- Using Forms for HTTP Requests 2 questions
- Wrap-Up 0:53
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: