CSS를 head 위에 둬야하는 이유는 무엇일까요? less than 1 minute read html에서는 css를 <link> 태그를 이용하여 import합니다. 그런데 이 <link>태그를 왜 <head>내에 선언해야 할까요?