HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <picture> <source media="(min-width: 660px)" srcset="devices.jpg"> <source media="(min-width: 475px)" srcset="macbook.jpg"> <source media="(min-width: 385px)" srcset="ipad.jpg"> <img src="iphone.jpg" alt="apple iphone" style="width:auto;"> </picture> <p>Note: Resize the output window using resizer between the html editor and the output window to see the changes.</p> </body> </html>
OUTPUT
×

Save as Private