- Upload the graphic file <flower.jpg> on a webpage.
- The HTML code <IMG src=”flower.jpg”> will be generated automatically.
- Add the ALT attribute function <alt=”a red rose”> after <IMG src=”flower.jpg”> in the HTML code, i.e. <IMG src=”flower.jpg” alt=”a red rose”>.
- The text-to-speech computer software will give an audio output for the graphic file according to the alternative text description, i.e. “a red rose”.