Render Flow - Alt text for images
[Read <img>] -> [Check for alt attribute] -> [If alt present, store alt text] -> [Render image if source valid] -> [If image missing, show alt text] -> [Screen reader reads alt text]
The browser reads the image tag, looks for alt text, and uses it to show text if the image can't load or for screen readers to describe the image.