<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>
</html>