Skip to content

Commit

Permalink
refactor: fixes OpenClassrooms-Student-Center#2 — link labels to input
Browse files Browse the repository at this point in the history
  • Loading branch information
KpryKorn committed Jan 11, 2024
1 parent 91e4557 commit b0b5536
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1 class="hero-headline">
onsubmit="return validate();"
>
<div class="formData">
<label>Prénom</label>
<label for="firstName">Prénom</label>
<input
class="text-control"
type="text"
Expand All @@ -90,7 +90,7 @@ <h1 class="hero-headline">
/>
</div>
<div class="formData">
<label>Nom</label>
<label for="lastName">Nom</label>
<input
class="text-control"
type="text"
Expand All @@ -99,7 +99,7 @@ <h1 class="hero-headline">
/>
</div>
<div class="formData">
<label>E-mail</label>
<label for="email">E-mail</label>
<input
class="text-control"
type="email"
Expand All @@ -108,7 +108,7 @@ <h1 class="hero-headline">
/>
</div>
<div class="formData">
<label>Date de naissance</label>
<label for="birthdate">Date de naissance</label>
<input
class="text-control"
type="date"
Expand All @@ -117,7 +117,7 @@ <h1 class="hero-headline">
/>
</div>
<div class="formData">
<label
<label for="quantity"
>À combien de tournois GameOn avez-vous déjà participé
?</label
>
Expand Down

0 comments on commit b0b5536

Please sign in to comment.