Start here. This is the direct spoken answer to practice first.
Why this question matters
Accessibility is product quality, not decoration. It also catches many usability bugs that affect everyone, such as missing labels, bad focus, and mouse-only controls.
I would start with semantic HTML and labels. Inputs need associated labels, buttons should be real buttons, and links should navigate. Interactive controls must work with keyboard focus and activation. Validation errors need to be connected to fields and announced clearly. Color cannot be the only signal, and contrast needs to be readable. Focus should move predictably after dialogs, errors, and route changes.