A runtime environment is where your program will be executed. It determines what global objects your program can access and it can also impact how it runs.
<html>
<body>
<h1> My Website </h1>
<script> window.alert('Hello World'); </script>
</body>
</html>
The execution time is when the code makes a wait of about "x" seconds to get executed