====== Data URLs ====== Learn how to embed images into your web pages with data URLs. The data: URI scheme includes images directly into your HTML pages using code instead of external files, saving valuable HTTP requests. * [[http://www.websiteoptimization.com/speed/tweak/inline-images/|Inline Images with Data URLs]] * Get a Data URL for the image, as per RFC specification for Data URLs: * [[http://www.sveinbjorn.org/dataurlmaker|DataURLMaker]] * [[http://www.greywyvern.com/code/php/binary2base64|Binary File to Base64 Encoder/Translator]] * [[https://www.freeformatter.com/base64-encoder.html#ad-output|Free Online Base 64 Encoder / Decoder (RFC 4648)]]