OK if I want to target an tag with type=\"submit\" I can do so like:
type=\"submit\"
input[type=submit]
Also if I w
You can just chain the attribute selectors
input[type="submit"][value="delete"]