This repository contains a simple custom dropdown list
- Dropdown Menus: Customize dropdown menus for selecting categories and students.
index.html
: HTML file containing the form structure.style.css
: CSS file with styles for the form elements.dropdownlist.js
: JavaScript file with functionalities for dropdown interactions.README.md
: This file providing an overview of the project.
To use this form:
- Clone the repository:
git clone https://github.com/jarretlow123/Drop_Down_List.git
. - Open
index.html
in your preferred web browser. - Interact with the dropdown menus.
- Styling: Customize the colors, fonts, or layout in the
style.css
file. - Functionality: Modify dropdown interactions or form submission logic in
dropdownlist.js
.
- Low Kah Xuan (https://github.com/jarretlow123)