Possible Duplicate: 07000
我有以下html。我可以根据标签的属性定位标签(因此只定位此标签)?
<label for="something">Text</label>
label[for="something"] { /* woohoo! */ }
用于表示属性名称和=“value”表示其值。