Skip to main content
🔮 Output PredictionHT HTML Hard⚡+35 XP

Form Method

What HTTP method does this form use by default if method is omitted?

HTML
<form action="/submit">
  <input name="q">
</form>

🔮 What is the output?