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

A dropdown is a toggleable menu that allows users to select one option from a list. It typically appears when a user clicks on a button or input field, revealing the list of options.

Dropdowns are used to save space and organize options, making interfaces cleaner and more user-friendly. They can contain links, actions, or form elements.

{% endblock %}