My introduction to web development was an outdated class my freshman year of highschool. Now after graduating college without really keeping up with that side of the tech stack, so much has changed that I don't recognize anything anymore.
what is the reasoning behind using lists styled with css to behave like the <select>
tag vs actually using a <select>
tag? Is the <select>
tag simply not flexible enough?