Question: Which missing line of code would place the text on top of the image?

  1. `z-index: 1;`
  2. `z-index: -1;`
  3. `z-index: 0;`
  4. `z-index: true;`

Answer: The correct answer of the above question is Option B:`z-index: -1;`