Answers for "css selector multiple attributes"

CSS
2

css two attribute selector

span[hello="Cleveland"][goodbye="Columbus"] { color: blue; }
Posted by: Guest on June-14-2020
0

css selector multiple attributes

input[name=Sex][value=M]
span[hello="Cleveland"][goodbye="Columbus"] { color: blue; }
Posted by: Guest on August-25-2021

Browse Popular Code Answers by Language