mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-08 07:06:42 +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>
|
<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