Instead of using divs to create a Hamburger Menu, we are going to improve the accessibility using Semantic HTML.
You'll see that a simple adjustment from a div to a button allows users to navigate our menu with their keyboard.
div
button
Nice tip