Frontend Development

Images in HTML

Submitted by NSA, , Thread ID: 10769

Thread Closed

RE: Images in HTML

Triicky
Novice
Level:
0
Reputation:
0
Posts:
20
Likes:
0
Credits:
7
10-11-2017, 03:55 PM
#6
And now with HTML5 we can use :

Code:
<img src="images.png"
   srcset="images.png, images-hd.png 2x"
   width="" height="" alt="">

Users browsing this thread: 1 Guest(s)