1 2 3 4 5
<!DOCTYPE html> <style> @media screen { div { color: green; } } </style> <div>hello, world</div>