Skip to content

Commit

Permalink
Added disabled button example.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Jun 1, 2024
1 parent 4677c7a commit 3e4a2e2
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 @@ -477,6 +477,7 @@ <h6>h6 Pack my box with five dozen liquor jugs.</h6>
<input type="button" name="input" value="Input Button">
<input type="submit" name="submit" value="Submit Button">
<input type="reset" name="reset" value="Reset Button">
<button name="disabledbutton" disabled>Disabled button</button>
</p>
</form>
</section>
Expand Down

0 comments on commit 3e4a2e2

Please sign in to comment.