<html> <head> <style> div { background: green; width: 100px; height: 100px; } </style> </head> <body> <div> </div> </body> </html>