수색…


통사론

  • / * Comment * /

비고

  • CSS의 주석은 항상 /* 시작하고 */ 끝납니다.
  • 주석은 중첩 될 수 없습니다.

한 줄

/* This is a CSS comment */
div {
   color: red; /* This is a CSS comment */ 
}

여러 줄

/*
    This
    is
    a
    CSS
    comment
*/
div {
   color: red;
}


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow