Day 20 - Ways to Improve Accessibility
1.Use semantic elements.
2.A label should be associated with every form control.
3.Alternative text should be included for images.
4.Use tabindex="0" to add an element that does not normally receive focus, such as <div> or <span>.
5.Use ARIA roles and attributes to provide additional meaning, for example, role="search" for search functionality.













