Insert a missing information needed to pass all tests
This commit is contained in:
@ -1596,7 +1596,7 @@
|
|||||||
"Here's an example of a radio button:",
|
"Here's an example of a radio button:",
|
||||||
"<code><label><input type=\"radio\" name=\"indoor-outdoor\"> Indoor</label></code>",
|
"<code><label><input type=\"radio\" name=\"indoor-outdoor\"> Indoor</label></code>",
|
||||||
"<hr>",
|
"<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": [
|
"challengeSeed": [
|
||||||
"<h2>CatPhotoApp</h2>",
|
"<h2>CatPhotoApp</h2>",
|
||||||
|
Reference in New Issue
Block a user