Hola, tengo un problema en éste código:
< input id=“loving” type=“checkbox” name=“personality”> Loving
Tengo que poner " otro checkbox después del que acabas de añadir. El valor de atributo id
debe ser lazy
y el valor de atributo name
debe ser el mismo que el del último checkbox.
También añade un elemento label
a la derecha del nuevo elemento checkbox con el texto Lazy
. Asegúrate de asociar el elemento label
con el nuevo checkbox utilizando el atributo for
."
Pero juro que ni haciendo trampa con chatgpt me sale bien
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.