Junior — Middle
Can you list common MIME types used for displaying images on the web?
sobes.tech AI
Answer from AI
Common MIME types for images on the web:
image/jpeg— for JPEG imagesimage/png— for PNG imagesimage/gif— for GIF animations and imagesimage/webp— a modern image compression formatimage/svg+xml— for vector SVG imagesimage/bmp— for BMP format
These types are specified in HTTP headers and help the browser correctly process and display the image.