Images
Various image formats, sizes, and attributes for testing image handling.
Standard Images
800×600 SVG with alt text, width & height
400×300 SVG with alt text
100×100 SVG (small square)
Image Without Alt Text
Accessibility tools should flag this.
Empty Alt Text (Decorative)
alt="" indicates a decorative image.
Lazy-Loaded Image
Uses loading="lazy" attribute.
Responsive Image (srcset)
Uses srcset and sizes for responsive loading.
Figure with Caption
<figure> element with a <figcaption>.Inline SVG
SVG rendered directly in the HTML, not as an external file.
Broken Image
The src points to a non-existent file. Useful for testing error handling.
Image as Link
Image wrapped in an <a> tag.
Background Image (CSS)
Applied via inline CSS background-image.