For images, the simplest form of fallback content is an alt attribute. This text is displayed when the image fails to load. Always ensure that your alt text is descriptive and conveys the same message as the image. Example:
<img src="example.jpg" alt="Descriptive text for the image">