1 2 3 4 5 6
<!DOCTYPE html> <title>main { display: block; }</title> <style>div { border: 2px solid blue; }</style> <div>foo</div><div>bar</div>