<html> <head> <style> div { width: 400px; height: 200px; background-color: green; } </style> </head> <body> <div></div> </body> </html>