<div class="mungholder"> <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeiIudLl1RnEId4tUgoEMml9UOJ0_AeP2lDI1ygRGHccAkKyw/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0">Memuat…</iframe><br /> <div id="timersoal"> Waktu Pengerjaan: <span id="time">20:00</span> menit!</div> </div> <script type="text/javascript"> //<![CDATA[ function startTimer(t,n){var e,r,a=t;setInterval(function(){e=parseInt(a/60,10),r=parseInt(a%60,10),e=e<10?"0"+e:e,r=r<10?"0"+r:r,n.textContent=e+":"+r,--a<0&&(a=t)},1e3)} window.onload = function () { var fiveMinutes = 60 * 20, display = document.querySelector('#time'); startTimer(fiveMinutes, display); }; //]]> </script> <style> .mungholder{width...