Merge pull request #13811 from adetime/fix-radio-button-description
Insert a missing information needed to pass all tests on Radio Buttons Challenge
This commit is contained in:
@ -1596,7 +1596,7 @@
|
||||
"Here's an example of a radio button:",
|
||||
"<code><label><input type=\"radio\" name=\"indoor-outdoor\"> Indoor</label></code>",
|
||||
"<hr>",
|
||||
"Add a pair of radio buttons to your form. One should have the option of <code>indoor</code> and the other should have the option of <code>outdoor</code>."
|
||||
"Add a pair of radio buttons to your form. One should have the option of <code>indoor</code> and the other should have the option of <code>outdoor</code>. Both should share the <code>name</code> attribute of <code>indoor-outdoor</code>."
|
||||
],
|
||||
"challengeSeed": [
|
||||
"<h2>CatPhotoApp</h2>",
|
||||
|
Reference in New Issue
Block a user