1-12 강의에선
<link rel="stylesheet" type="text/css" href = "style.css">
이 코드로 css파일을 불러왔는데요
link태그를 자동 완성시켜
<link rel="stylesheet" href="style.css">
이 코드로 파일을 불러와도 동일하게 작동합니다.
type="text/css"
는 어떤 역할을 하는 코드인가요?