Module quiz: Interactive CSS
Which of the following describes the CSS selector [href~="dog"] ?
Select all elements with the href attribute where the value starts with the word dog
Select all elements with the href attribute where the value ends with the word dog
Select all el...