Skip to main content

Talk: Practically Accessible

This talk consists of multiple slides, each contained within its own section. Each section has a link at the end to the next section.

Slide 18: alt, aria-label(ledby)

Before
<img
  src={logoSrc}

/>
After
<img
  src={logoSrc}
  alt="A11y.lowlands"
/>