我们中的一个人说我们应该使用span或div,因为它是输入字段的一部分,另一个则表示它应该是一个p元素,因为它是一个文本.
你们有什么感想?
引用W3 specs
The LABEL element may be used to attach information to controls.
和
More than one LABEL may be associated with the same control by creating multiple references via the for attribute.
另见Error Message: <span> vs <label>