1 2 3 4 5 6 7 8
<!doctype html> <meta charset="utf-8"> <style> div { color: red; } </style> <body><div>abc</div>