Difference between revisions of "Button Element"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
<p>Images button example</p> | <p>Images button example</p> | ||
<button> <img src="load.jpg" alt="Load" /></button> | <button> <img src="load.jpg" alt="Load" /></button> | ||
+ | |||
+ | <p>Images and text button example</p> | ||
+ | <button>Save <img src="save.jpg" alt="Document" /></button> | ||
+ | |||
</html> | </html> | ||
[[Category:Elements]] | [[Category:Elements]] |
Revision as of 12:58, 27 March 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