0
data:image links
Does anyone know about the data:image links that I've been seeing in the Playground recently? How do they work?
2 Answers
+ 5
//It is one of the oldest ways to encode things into html (first proposed in 1987!). It is a way of turning different types of data into a series of letters and numbers that is safe for HTML. One of those data types is images.
https://www.base64-image.de
Base64 encoded images
data:image/jpeg;base64............
0
Thank you, Shudarshan Rai👑
Hot today
Python — File Handling
0 Votes
Help me solve this (using loop)
2 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Help me
0 Votes