Difference between revisions of "Button Element"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
<p>Images and text button example</p> | <p>Images and text button example</p> | ||
<button>Save <img src="save.jpg" alt="Document" /></button> | <button>Save <img src="save.jpg" alt="Document" /></button> | ||
+ | |||
+ | <p>Button with value</p> | ||
+ | <button value="this is the value">Help</button> | ||
</html> | </html> | ||
[[Category:Elements]] | [[Category:Elements]] |
Revision as of 01:06, 17 April 2014
Welcome to SSB BART Group.
Let the Accessibility Management Platform transform how your organization handles accessibility.
Images button example
Images and text button example
Button with value