Form-Dropdown
Convert select form element to div
Form should have to include <select>tag, not a link tag. Because only <select>tag send selected value. But <select>tag can’t change style. So we should convert select form element to div element using JavaScript.