1792527-1-ref.html (294B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 .smooth { 6 image-rendering: smooth; 7 } 8 </style> 9 </head> 10 <body> 11 <img class="smooth" src="dino.png" width="32" height="32"> 12 <img class="smooth" src="dino.png" width="32" height="32"> 13 <img class="smooth" src="dino.png" width="32" height="32"> 14 </body> 15 </html>