DOCTYPE html>html lang="kr"> head> title>The Nick Timestitle> style> div { height: 150px; width: 150px; background-color: tomato; } span { background-color: turquoise; } style> head> body> div>div> div>div> div>div> hello hello hello body>html> 결과 span 은 박스와 다르게 span 옆에 바로 다른 span이 올 수 있다. DOCTYPE html>html lang="kr"> head> title>The Nick Timestitle> style> div { height: 150px; width: 150px;..