jpsimard-nyx

Resultados 1 preguntas formuladas por jpsimard-nyx

¿ Existe alguna práctica recomendada con respecto al anidamiento de labelelementos inputHTML? forma clásica: <label for="myinput">My Text</label> <input type="text" id="myinput" /> o <label for="myinput">My Text <input type="text" id="myinput" /> </label>