Radio type in HTML | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Radio type in HTML

what to do if we want some action to be performed (eg. showing some hidden info . or expanding the page with new info.)after radio type input in html is selected?

27th Aug 2017, 9:37 AM
DeCoded
DeCoded - avatar
1 ответ
+ 3
You'll need Javascript to implement interaction in the web page. Try take a look on the onclick event for the input tag.
27th Aug 2017, 10:23 AM
Zephyr Koo
Zephyr Koo - avatar