Question: Your website uses CSS Grid Layout extensively, and a visitor who navigates using the keyboard tells you that they seem to jump erratically all over the screen when navigating. What is the most likely problem?
- The visitor's browser does not have full support for CSS Grid Layout.
 - Items have been positioned in such a way that they are in a different order to the source.
 - The browser has a keyboard navigation bug.
 - You need to add the tabindex attribute to elements.
 
Answer: The correct answer of the above question is Option B:Items have been positioned in such a way that they are in a different order to the source.