标签选择器选择所有div标签:
div {
width: 200px;
height: 200px;
background-color: gray;
}
ID选择器选择ID为rect-1的标签:
#rect-1
2023-07-20