fix(challenges): added code tags
Fixed the code tags in the description for Wrap Radio Buttons in a fieldset Element for Better Accessibility ISSUES CLOSED: #18054
This commit is contained in:
committed by
Kristofer Koishigawa
parent
f572324009
commit
065036be9b
@ -770,7 +770,7 @@
|
||||
"Here's an example:",
|
||||
"<blockquote><form><br> <fieldset><br> <legend>Choose one of these three items:</legend><br> <input id="one" type="radio" name="items" value="one"><br> <label for="one">Choice One</label><br><br> <input id="two" type="radio" name="items" value="two"><br> <label for="two">Choice Two</label><br><br> <input id="three" type="radio" name="items" value="three"><br> <label for="three">Choice Three</label><br> </fieldset><br></form><br></blockquote>",
|
||||
"<hr>",
|
||||
"Camper Cat wants information about the ninja level of his users when they sign up for his email list. He's added a set of radio buttons, and learned from our last lesson to use label tags with <code>for</code> attributes for each choice. Go Camper Cat! However, his code still needs some help. Change the div tag surrounding the radio buttons to a fieldset tag, and change the p tag inside it to a legend."
|
||||
"Camper Cat wants information about the ninja level of his users when they sign up for his email list. He's added a set of radio buttons, and learned from our last lesson to use label tags with <code>for</code> attributes for each choice. Go Camper Cat! However, his code still needs some help. Change the <code>div</code> tag surrounding the radio buttons to a <code>fieldset</code> tag, and change the <code>p</code> tag inside it to a <code>legend</code>."
|
||||
],
|
||||
"tests": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user