Picture Tag

<!DOCTYPE html>
<html>
<head>
    <title>Document</title>
</head>
<body>
    <p>Resize the browser window to load different images.</p>
<picture>
  <source media="(min-width:1000px)" srcset="https://cdn.pixabay.com/photo/2015/04/19/08/32/marguerite-729510_960_720.jpg">
  <source media="(min-width:700px)" srcset="https://cdn.pixabay.com/photo/2015/04/19/08/32/rose-729509_960_720.jpg">
  <img src="https://cdn.pixabay.com/photo/2016/10/25/22/22/roses-1770165_960_720.png" alt="Flowers" style="width:auto;">
</picture>
</body>
</html>

     


Resize the browser window to load different images.

Flowers





Copyright © 2021 Designed by Rishi Rao