1<picture>
2 <source media="(min-width:650px)" srcset="img_pink_flowers.jpg">
3 <img src="img_orange_flowers.jpg" alt="Flowers" style="">
4</picture>
1PATH
2<img src="img.jpg" >
3<img src="images/img.jpg" >
4<img src="/program/images/img.jpg" >
5
6NAME
7<img src="img.jpg" alt="Name in the site" >
8
9SIZE
10<img src="img.jpg" style="width: 300px; height: 150px" >
11<img src="img.jpg" style="width: 30%; height: 20%" >
12
1<img src="imagelink.com/img/13718623">
2With Size Formatted:
3<img src="imagelink.com/img/13718623" height="100" width="100">