<!DOCTYPE html> <html> <body> <h1>The source media attribute</h1> <picture> <source media="(min-width: 650px)" srcset="https://horje.com/avatar.png"> <source media="(min-width: 465px)" srcset="https://horje.com/avatar.png"> <img src="https://horje.com/avatar.png" alt="Flowers" style="width:auto;"> </picture> </body> </html>