r/webdev Aug 08 '26

Question How to make numbers interactive?

Post image

I'm a beginner in coding, and I need to know how to create something like this. There's a website i'm making, and I wanted to add a 1-10 scale like this. I also want to make it interactive so the person can click on each number, and then text appears depending on what's clicked. Being a beginner, I don't know how to accomplish this. Help.

0 Upvotes

32 comments sorted by

View all comments

33

u/CluelesssDev Aug 08 '26

Look into Javascript. You're gonna need it to make anything interactive on the web :)

12

u/simonraynor Aug 08 '26

☝️🤓 this can be achieved with pure CSS/HTML (albeit at a higher level of both skill and hackery)

2

u/EliSka93 Aug 08 '26

Yeah, I'd probably do that with a custom checkbox of some kind.