9. What changes will happen in our web application, if we delete "method=GET" from this piece of code? form action="/sea
Posted: Fri Jul 08, 2022 6:37 am
9. What changes will happen in our web application, if we delete "method=GET" from this piece of code? form action="/search" method="GET" <input id="search-box" type="text" name="search-keyboard" value="Default"> <input type="submit" value="OK"></form> 1 2 3 It runs to this error: GET request error It runs to this error: HTTP request error Nothing OIt runs to this error: POST request error X Incorrect This is HTML, it won't produce an error. The HTML is valid. Do forms have a default method?