Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在以下 2 个中,哪个是更好的语法,为什么?
<label for="textfield1">Hello</label> <input type="text" name="textfield1" id="textfield1" />
或者
<label>Hello2 <input type="text" name="textfield2" /> </label>
更好有点主观。您可以衡量各种事物,但您必须确定您最关心的事物。
这些都是事实。使用for属性:
for