只是遇到for
了HTML标签标记中的一个参数:
<label for="required-firstname"> First Name </label>
<small>*</small>
<input name="required-firstname" type="text" tabindex="2"
id="required-firstname" size="24" maxlength="40">
我正在将这种形式转换为PHP处理的脚本,可以摆脱for =参数吗?(出于好奇,它是做什么的?)
if the user clicks on the text within the label element, it toggles the control.