Horje

How to add HTML <picture> Tag

Resize the browser window to load different images. See the Example and Learn More.
index.html
Example: HTML
<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>

Output should be:

How to add HTML <picture> Tag




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin