1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <style> .result { background: green; height: 100px; width: 100px; } </style> <div class="result"></div>