Image inline in HTML/CSS as `data:image/...;base64,...`.
Saves one HTTP request but bloats HTML/CSS. Sensible for tiny images (<2 KB) or LQIP placeholders. Larger images as data URI hurt caching and compression.