Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Alternative

...

Alternative text or alt text is a description of an image or graphic file. It allows people who are visually impaired to understand what the image or graphic is and how it relates to its corresponding content. Here is an example of what alt text looks like in code:

<img src="/images/global/georgia-map.svg" alt="Map of Georgia">

In the above line of code, the tag is everything between the opening (<) and closing (>) carrot marks. In this instance, you are looking at an image tag.

...