1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE html> <html> <style> div { width: 500px; height: 500px; background-color: lime; } </style> <div id="d"></div>