1 / 4

HTML 문서의 <head> 섹션에 스타일을 직접 정의하는 방식은 무엇인가요?

<head>
body
{
background-color:
lightblue;
}
</head>