<html> <script> const image = [ "http://dugward.ru/foto/Kosha1.jpg", "http://dugward.ru/foto/Kosha2.jpg", "http://dugward.ru/foto/Kosha3.jpg" ] document.write ("<img src="+image[1]+"> "); document.write ("<img src="+image[2]+"> "); </script> </html>