mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-01 03:40:34 +02:00
Added <input type="button"> alongside existing <button type="submit">
<input type="button"> was missing from the list of action buttons
This commit is contained in:
@@ -393,6 +393,7 @@
|
||||
<p>
|
||||
<input type="submit" value="Input">
|
||||
<button type="submit">Button</button>
|
||||
<input type="button" value="Input Button">
|
||||
<input type="reset" value="Reset">
|
||||
<input type="submit" value="Disabled" disabled>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user