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:
Timo
2017-03-12 16:42:48 +01:00
committed by GitHub

View File

@ -1596,7 +1596,7 @@
"Here's an example of a radio button:",
"<code>&#60;label&#62;&#60;input type=\"radio\" name=\"indoor-outdoor\"&#62; Indoor&#60;/label&#62;</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>",