# Buttons The following default button styles are available for the different user interactions. Buttons can be created with the `button` tag or the `a` link tag with a `button` class. ## Examples ### Normal ![Button normal](Developer-Guide/frontend/elements/buttons/normal.png) ![Button normal icon](Developer-Guide/frontend/elements/buttons/normal_icon.png) ```html ``` Alternative: ```html Test Button Test Button ``` ### Cancel ![Button cancel](Developer-Guide/frontend/elements/buttons/cancel.png) ![Button cancel icon](Developer-Guide/frontend/elements/buttons/cancel_icon.png) ```html ``` Alternative: ```html Test Button Test Button ``` ### Save ![Button save](Developer-Guide/frontend/elements/buttons/save.png) ![Button save icon](Developer-Guide/frontend/elements/buttons/save_icon.png) ```html ``` Alternative: ```html Test Button Test Button ``` ### Close ![Button close](Developer-Guide/frontend/elements/buttons/close.png) ![Button close icon](Developer-Guide/frontend/elements/buttons/close_icon.png) ```html ``` Alternative: ```html Test Button Test Button ``` ### Disabled ![Button disabled](Developer-Guide/frontend/elements/buttons/disabled.png) ![Button disabled icon](Developer-Guide/frontend/elements/buttons/disabled_icon.png) ```html ``` Alternative: ```html Test Button Test Button ```