<!DOCTYPE html> <html> <head> <title>HTML Image Alt Attribute Example</title> </head> <body> <p>This image is meant for a "hibiscus flower in green vase", but image is not loaded because the path is incorrect, you can now see the alt attribute in action.</p> <p>Tip: clear -image from the path to display the image correctly.</p> <img alt="Hibiscus flower in a green vase" src="https://cdn.lyty.dev/site-images/vase-hibiscus-flower-image.jpg"/> </body> </html>