Question: Which style places an element at a fixed location within its container?

  1. position: absolute;
  2. display: flex;
  3. display: block;
  4. float: left;

Answer: The correct answer of the above question is Option A:position: absolute;