1. DOCTYPE html>html lang="kr"> head> title>The Nick Timestitle> style> html { background-color: tomato; } body { margin: 20px; background-color: thistle; } div { margin-left: 50px; height: 150px; width: 150px; background-color: whitesmoke; } style> head> body> div>div> body>html> margin을 하나만 적으면 사방에 적용된다. 결과 2.DOCTYPE html>html lang="kr"> head> title>The Nick Timestitle> style> html { bac..