body {
background-image: url('https://placehold.co/600x400/jpg?text=JPEG');
background-image: image-set(
url('https://placehold.co/600x400/webp?text=WEBP') type('image/webp'),
url('https://placehold.co/600x400/jpg?text=JPEG') type('image/jpeg')
);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.