Question: Which selector would select only internal links within the current page?

  1. `a[href="#"] {...}`
  2. `a[href~="#"]`
  3. `a[href^="#"]`
  4. `a[href="#"]`

Answer: The correct answer of the above question is Option C:`a[href^="#"]`