Issue
I'd like to create a something similar to a select element with different values and display it visually on the screen. Something like the image below.
What I intend to do with this is change the contents of the website below based on what option is selected. Each box would act as a toggle button when selected and then change the screen. Is there a way to do this?
Solution
You can do that with JavaScript and HTML. Create a select option with HTML and write code in JavaScript to control what to show.
Answered By - BishalTx
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.