mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-06 14:16:30 +02:00
Merge pull request #11 from gnowland/patch-1
Added input type="button" alongside existing button type="submit"
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