UCC-LabCompu2 / proyecto2023-lista-krause

proyecto2023-lista-krause created by GitHub Classroom
0 stars 0 forks source link

Todo <input> o <select> debe tener su <label> #19

Open edme88 opened 1 year ago

edme88 commented 1 year ago

Todo <input> o <select> debe tener su <label>. Además, Los labels deben contener el atributo for (el for debe contener el id del input al cual se referencia).

https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L32-L41

https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L57-66

https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L87-L96

Recuerden lo visto en el ejercicio de accesibilidad

edme88 commented 1 year ago

Falta corregir este issue en algunas secciones de código: https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/d831d7f9e87065e0284ff951ba837165817d270c/Botonalquiler.html#L42-L45