Dropdown using golang and mysql in html page

I am new to golang , can any one tell me hot to implement dropdown using golang and mysql and show in a portion of a html page .
thank you

Neither Go nor MySQL are will help you with implementing a “dropdown”. You will have to use the <select> element of HTML.

https://developer.mozilla.org/de/docs/Web/HTML/Element/select

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.