What are Base64 Images?
Base64 images are embedded directly in HTML/CSS using data URLs. Instead of linking to external files, the image data is encoded as text and included in the code.
Format: data:image/[format];base64,[encoded data]