1 2 3 4 5 6
<!DOCTYPE HTML> <style> div { background: yellow } div { font-size: 34px; width: 450px } </style> <div>Hello world</div>