" />
Mots clés : htmlhtml-inputhtml
98
submit || "submits the form when clicked (default)" reset || "resets the fields in the form when clicked" button || "clickable, but without any event handler until one is assigned"
80
<button type="button">Click Me!</button>