var block = document.querySelector(".ВашДив"); for(var i = 1; i<25; i++) block.insertAdjacentHTML('beforeend', '<div>'+i+'</div>');