Question: what does the CSS selector a[href$="org"] select?

  1. all \ tags whose href attribute begins with "org"
  2. all \ tags whose href attribute equals "org"
  3. all \ tags whose href attribute ends with "org"
  4. all \ tags whose href attribute contains "org"

Answer: The correct answer of the above question is Option C:all \ tags whose href attribute ends with "org"