Skip to content

Commit

Permalink
Merge pull request cbracco#11 from gnowland/patch-1
Browse files Browse the repository at this point in the history
Added input type="button" alongside existing button type="submit"
  • Loading branch information
cbracco committed Apr 6, 2016
2 parents 5ff15df + c7d8981 commit f54b504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ <h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaptio
<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>
Expand Down

0 comments on commit f54b504

Please sign in to comment.