Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

picture eleemnt in html

<picture>
  <source srcset="image.avif" type="image/avif">
  <source srcset="image.webp" type="image/webp">
  <img src="image.jpg" alt="A description of the image." 
    width="300" height="200" loading="lazy" decoding="async">
</picture>
Source by web.dev #
 
PREVIOUS NEXT
Tagged: #picture #eleemnt #html
ADD COMMENT
Topic
Name
1+5 =