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 />
|
<br />
|
||||||
<p>Who created Minecraft ?</p>
|
<p>Who created Minecraft ?</p>
|
||||||
<input type="radio" id="db" name="mc_creator" value="db" />
|
<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" />
|
<input type="radio" id="jeb" name="mc_creator" value="jeb" />
|
||||||
<label for="css">Jeb</label><br />
|
<label for="jeb">Jeb</label><br />
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
id="notch"
|
id="notch"
|
||||||
name="mc_creator"
|
name="mc_creator"
|
||||||
value="notch"
|
value="notch"
|
||||||
/>
|
/>
|
||||||
<label for="css">Notch</label><br />
|
<label for="notch">Notch</label><br />
|
||||||
<input type="radio" id="miku" name="mc_creator" value="miku" />
|
<input type="radio" id="miku" name="mc_creator" value="miku" />
|
||||||
<label for="javascript">Hatsune Miku</label>
|
<label for="javascript">Hatsune Miku</label>
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user