Question: You need to display the list of cars in the code snippet below in a column format, with a counter column for each row. Which XPath function do you use for the counter?

  1. `format-number()`
  2. `id()`
  3. `count()`
  4. `position()`

Answer: The correct answer of the above question is Option D:`position()`