Skip to content

Buttons

This section presents various types of button elements that can be used in HTML forms. Each example includes the HTML code and styling using the sf-button class.

button


<button class="sf-button">Button</button>
html

submit


<button class="sf-button" type="submit">Submit</button>
html

reset


<button class="sf-button" type="reset">Reset</button>
html

anchor button

Anchor button


<a href="#" class="sf-button">Anchor button</a>
html

Conclusion

Using these examples, you can create a variety of forms with different types of button elements to meet your requirements. All elements are styled using the sf-button class for a consistent look and feel.