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