fix(quizz.html): correct label 'for' attributes to match corresponding input IDs for better accessibility and functionality
All checks were successful
DEPLOY / deploy (push) Successful in 9s

This commit is contained in:
Djalim Simaila 2025-02-23 20:08:31 +01:00
parent 9421ad836c
commit a7531f10d7

View File

@ -53,16 +53,16 @@
<br />
<p>Who created Minecraft ?</p>
<input type="radio" id="db" name="mc_creator" value="db" />
<label for="html">DinnerBone</label><br />
<label for="db">DinnerBone</label><br />
<input type="radio" id="jeb" name="mc_creator" value="jeb" />
<label for="css">Jeb</label><br />
<label for="jeb">Jeb</label><br />
<input
type="radio"
id="notch"
name="mc_creator"
value="notch"
/>
<label for="css">Notch</label><br />
<label for="notch">Notch</label><br />
<input type="radio" id="miku" name="mc_creator" value="miku" />
<label for="javascript">Hatsune Miku</label>
<br />