Question 5
Consider the following HTML form:
<form action="/search" method="get"> <input type="text" name="q"> <input type="submit">Search</input></form>What URL will be generated when the user enters "flask" in the input box and clicks on the submit button?