HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <img srcset="apple.png 100w, orange.png 200w" sizes="(max-width: 600px) 150px, 300px"> <p><strong>Note : </strong> Resize the handler between the HTML Editor and the Output window to see the effect of <strong>sizes</strong> attribute.</p> </body> </html>
OUTPUT
×

Save as Private