What is Base64 Encoding Used For?
Base64 encoding allows you to convert a binary file (such as an image) into a long alphanumeric text string. Developers use this method to embed small assets (logos, icons) directly into HTML code (``) or within CSS files. Doing so saves an HTTP request to the server during page load time.