freecodecamp题目
作者:互联网
原题链接:
疑问:
You should not change the inner text of the Indoor label.
You should not change the inner text of the Loving label.
- 这两句提示应该是说“不要修改 Indoor 标签和 Loving 标签的内部文本”吧?
- 两次答题后都提示这两个错误
原题:
第一次作答:
- 直接在第一个radio和第一个checkbox里加了checked
- 未通过
第二次作答:
- 分别在radio组和checkbox组的最前面新加了radio和checkbox,并添加checked
- 未通过
标签:checkbox,题目,原题,text,label,radio,freecodecamp,checked 来源: https://www.cnblogs.com/Jo-Bae/p/15993299.html