Render Flow - Image source and alt attribute
[Read <img>] -> [Parse src attribute] -> [Request image from URL] -> [Load image data] -> [Render image box] -> [Display alt text if image fails]
The browser reads the <img> tag, fetches the image from the src URL, and displays it. If the image can't load, the alt text is shown instead.