<!DOCTYPE html> <html> <style> div { color: green; } </style> <body> <div>test</div> </body> </html>