When an HTML form is submitted without specifying a method, what is the default HTTP method used? GET or POST?
Has this behaviour ever changed between HTML standard
It's GET.
Take a look W3C Superceded Recommendation 17.3 The FORM element.
Excerpt:
Good read
Methods GET and POST in HTML forms - what's the difference?