mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-01-17 04:58:16 +01: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:
parent
5ff15df75d
commit
c7d89818d6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user