Day-16 Html

So Eun Ahn·2021년 1월 17일
0

JavaScript

목록 보기
19/26

ID

“id” is unique in a page and can only apply to at most one element

#id {
  css declarations;
}

Class

“class” selector can apply to multiple elements

<button type="button" class="btn">Click Me</button>
.btn {
  css declarations;
}
profile
오늘도 새로운 도전을 한다

0개의 댓글