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
All checks were successful
DEPLOY / deploy (push) Successful in 9s
This commit is contained in:
parent
9421ad836c
commit
a7531f10d7
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user