Difference between revisions of "Button Element"
Jump to navigation
Jump to search
Rmccaffery (talk | contribs) |
(Update "SSB BART Group" -> "Level Access", and add disabled buttons) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <p>Welcome to | + | <p>Welcome to Level Access.</p> |
− | <button accesskey="l" onclick="javascript:window.location.assign('http://amp. | + | |
+ | <button accesskey="l" onclick="javascript:window.location.assign('http://https://amp.levelaccess.net/');"> Launch AMP </button> | ||
<div>Let the Accessibility Management Platform transform how your organization handles accessibility.</div> | <div>Let the Accessibility Management Platform transform how your organization handles accessibility.</div> | ||
Line 15: | Line 16: | ||
<p>Button type reset</p> | <p>Button type reset</p> | ||
<button type="reset">This button pretends to reset the form</button> | <button type="reset">This button pretends to reset the form</button> | ||
+ | |||
+ | <button onclick="javascript:window.alert('You pressed this button!');"> This button! </button> | ||
+ | <br> | ||
+ | <button disabled onclick="javascript:window.alert('You pressed this disabled button!');"> This disabled button! </button> | ||
+ | <br> | ||
+ | <button disabled tabindex="0" onclick="javascript:window.alert('You pressed this disabled focusable button!');"> This disabled focusable button! </button> | ||
+ | <br> | ||
</html> | </html> | ||
[[Category:Elements]] | [[Category:Elements]] |
Revision as of 17:29, 3 March 2022
Welcome to Level Access.
Let the Accessibility Management Platform transform how your organization handles accessibility.
Images button example
Images and text button example
Button with value
Button type reset