<p>Pesan akan muncul setelah 5 detik:</p> <h1 id="myH1"></h1>
setTimeout(function() { $('#myH1').text('Hello World!'); }, 5000);
HTML
CSS
JS