mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-03 04:37:37 +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>
|
<p>
|
||||||
<input type="submit" value="Input">
|
<input type="submit" value="Input">
|
||||||
<button type="submit">Button</button>
|
<button type="submit">Button</button>
|
||||||
|
<input type="button" value="Input Button">
|
||||||
<input type="reset" value="Reset">
|
<input type="reset" value="Reset">
|
||||||
<input type="submit" value="Disabled" disabled>
|
<input type="submit" value="Disabled" disabled>
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user