<!DOCTYPE html>
<html>
<body>
<h1>The Window Location Object</h1>
<h2>The reload Property</h2>
<script>
location.reload();
</script>
</body>
</html>