Question: Which choice would give a block element rounded corners?

  1. `corner-radius: 10px;`
  2. `border-corner: 10px;`
  3. `corner-curve: 10px;`
  4. `border-radius: 10px;`

Answer: The correct answer of the above question is Option D:`border-radius: 10px;`