<html> <head> <style> div { background-color: rgb(0,255,0); height: 100%; width: 100%; } </style> </head> <body> <div></div> </body> </html>