<html>
<head>
<title>Page Title</title>
<style>
html, body {
height: 100%;
margin: 0;
}
.full-height {
height: 100%;
background: yellow;
}
</style>
</head>
<body>
<div class="full-height">I am a DIV that will stretch to fit the whole width and height of the browser window!</div>
</body>
<!-- Mirrored from www.w3schools.com/howto/tryit.asp?filename=tryhow_css_div_full_height by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:39:18 GMT -->
</html>