A test image
<picture>
 
<source srcset="puppy.avif" type="image/avif">
 
<source srcset="puppy.webp" type="image/webp">
 
<img src="puppy.jpg" alt="A puppy" width="350" height="225">
</picture>