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?
- `format-number()`
- `id()`
- `count()`
- `position()`
Answer: The correct answer of the above question is Option D:`position()`