First, we have a <form> tag that has an action of Google’s search URL, with a method of GET.
Inside the form, we have one <input>, with the name q, and another <input> with the type of submit. When the second input, a button, is clicked, the form will automatically add the input to the URL.
So when we open search.html in our browser, we can use the form to search via Google.