- <!DOCTYPE html>
- <html>
- <head>
- <title>trial</title>
- </head>
- <body>
- <p>
- <a href="500.jpg" media="screen and (max-width:500px)">here is a link</a>
- <a href="1000.jpg" media="screen and (max-width:1000px)">here is a link</a>
- <a href="1920.jpg" media="screen and (max-width:1920px)">here is a link</a>
- </p>
- </body>
- </html>