Skip to main content
🔮 Output PredictionHT HTML Easy⚡+10 XP

Button Type Default

What type does a button have by default inside a form?

HTML
<form>
  <button>Submit</button>
</form>

🔮 What is the output?