Question: To make something editable by the user, you need to set the **\_** attribute to **\_**.

  1. `access`; allow
  2. `designMode`; true
  3. `contenteditable`; true
  4. `contenteditable`; yes

Answer: The correct answer of the above question is Option C:`contenteditable`; true