An aria-label is similar to alt text in that it provides supplemental text, especially for screen reader users. Whereas alt text provides a text alternative for images, an aria-label provides additional or alternative text for visible text. Like alt text, an aria-label is not visible. Imagine that you have a promotional card about Mobile Banking with a headline, image, and then a CTA that says, “Learn More”. The visual user can clearly see that they will learn more about mobile banking, but if a screen reader user is moving link to link, they will only hear “Learn More” and have no idea what they are learning more about. In this situation, we want the screen reader to say, “Learn More about Mobile Banking” so we would use the following aria-label to replace the visible text for the screen reader: aria-label=” Learn More about Mobile Banking”. Now, the visual user sees the concise “Learn More” which has good context, and the screen reader user hears “Learn More about Mobile Banking”.