Difference between revisions of "Button Element"
Jump to navigation
Jump to search
Rmccaffery (talk | contribs) |
|||
Line 15: | Line 15: | ||
<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> | ||
+ | |||
+ | <p>HTML Select</p> | ||
+ | <label for="select">Select an option</label> | ||
+ | <select id="select"> | ||
+ | <option>Option 1</option> | ||
+ | <option>Option 2</option> | ||
+ | <option>Option 3</option> | ||
+ | </select> | ||
</html> | </html> | ||
[[Category:Elements]] | [[Category:Elements]] |
Revision as of 17:29, 9 May 2016
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
Button type reset
HTML Select