Input attribute - Ratio Tag | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Input attribute - Ratio Tag

//Sorry for my English I can check a option automatically running the program?

23rd Mar 2017, 11:58 PM
Santiago Pacheco
Santiago Pacheco - avatar
2 Réponses
+ 1
Try with the attribute 'checked': <input type="radio" name="group" value="first" checked /> <input type="radio" name="group" value="second" /> <input type="radio" name="group" value="third" />
24th Mar 2017, 8:59 AM
FeCaMo
FeCaMo - avatar
+ 1
Thanks ^^
24th Mar 2017, 8:23 PM
Santiago Pacheco
Santiago Pacheco - avatar