1 2 3 4 5 6 7 8 9 10 11
<!doctype html> <title>CSS Test Reference</title> <style> html, body { margin: 0 } div { width: 100px; height: 100px; background: lime; } </style> <div></div>