HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<!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="http://cdn.lyty.dev/site-images/vase-hibiscus-flower-image.jpg"/> </body> </html>
Related Chapters
HTML Images
CSS Backgrounds
Related Examples
How to use AVIF images on website with content negotiation
HTML Styles Background Color Example
CSS Animation Basketball Bouncing
HTML Image Link Description
HTML Image Width and Height Attribute Example