HTML Element Style How to - Set body height








Question

We would like to know how to set body height.

Answer


<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
body {<!--   w w w.j av a  2  s . c o  m-->
  height: 4000px;
}
</style>
</head>
<body>
</body>
</html>

The code above is rendered as follows: