Insert a missing information needed to pass all tests

This commit is contained in:
Adeildo Amorim
2017-03-08 13:00:11 -08:00
parent 736082869c
commit 1cdac8c6bd

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>. All two should share the <code>name</code> attribute of <code>indoor-outdoor</code>"
],
"challengeSeed": [
"<h2>CatPhotoApp</h2>",