{% extends 'landing/component/subsection/definition.html' %} {% block subsection_content %}

A button is an interactive element that triggers an action or event when clicked. Buttons are used throughout an interface to submit forms, initiate processes, or navigate between pages.

Buttons can vary in size, color, and style to indicate their importance or the type of action they perform. They often include text or icons to clarify their function.

{% endblock %}