We would like to know how to set body height.
<!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: