Answers for "<picture> html"

2

html image

<img src="imagelink.com/img/13718623">
With Size Formatted:
<img src="imagelink.com/img/13718623" height="100" width="100">
Posted by: Guest on June-19-2021
2

image html

<img src="image.gif" alt="Something" height="42" width="42">
Posted by: Guest on March-22-2021
0

html image

<img src="pic_trulli.jpg" 
alt="Italian Trulli">
Posted by: Guest on May-30-2021
0

picture and img tag

<img srcset="image-400.jpg 400w,
             image-800.jpg 800w,
             image-1600.jpg 1600w"
     sizes="(min-width: 1280px) 600px,
            (min-width: 768px) 500px,
            100vw"
     src="image-800.jpg"
     alt="Munster Dom">
Posted by: Guest on January-04-2021
-1

html image

<img src="https://i.imgur.com/bfoFypN_d.png" alt="Logo" height="50" width="50">
Posted by: Guest on July-18-2021

Browse Popular Code Answers by Language