요소 선택자 p는 모든 문단에 테두리를 넣는다.
p
클래스 선택자 *.my-class1는 패딩을 넣는다.
*.my-class1
클래스 선택자 *.my-class2는 자간을 넣는다.
*.my-class2
아이디 선택자 #my-id는 배경색을 넣는다.
#my-id