<div id="div"></div> <script> setTimeout(function () {document.getElementById("div").innerHTML = "3 секунды"}, 3000); </script>