The default form method is GET, the default form action is the page you're on, and the default button type is submit. Without having to read any history, the defaults here lay out a clear picture of the conception of web forms: they're a way to construct a GUI to let a user alter the query params without url hacking. This is still something you can do and it works great