Skip to main content

Images and ARIA

There are times you will want to use ARIA for images. For example, when you have a background image set as CSS but want it to have alternative text. In these cases, apply role="img" and provide the text equivalent with aria-label.

<div role="img" aria-label="ALT Text goes here">
Last modified