Consider the following HTML document
Which of the following CSS selectors will find the Cancel button?
.big.button[name="cancel"]
."big button" [name="cancel'']
. .big_button[name="cancel"]
.big.button[@name="cancel"]
Submit