我收到一个错误,我不明白这意味着什么,也不需要纠正它。
错误“具有for属性的label元素的任何输入后代必须具有与属性匹配的ID值。”
引用的代码:
<p>Please prove you are human: <label for="code"> Write code in box » <span id="txtCaptchaDiv" style="color:#29372F; font-weight:bold;"></span><!-- this is where the script will place the generated code -->
<input type="hidden" id="txtCaptcha" /></label><!-- this is where the script will place a copy of the code for validation: this is a hidden field -->
感谢您的帮助
答案 0 :(得分:1)
正如您提供的&#34;对于&#34; label中的属性,表示此标签是否适用于哪个标签或组件。你需要一些带有id&#34; code&#34;的元素。将任何一个id更改为&#34; code&#34; ,或更改具有该id的属性的值。
<label for="txtCaptchaDiv">