Chào các bạn
mình mới lọ mọ qua mảng web, mới học được html cơ bản css cơ bản, và css mình còn 1 phần về lớp ảo trong css pseudo class
m học đến :first-child : chọn thành phần đầu tiên trong 1 tag
m liệt kê ra được các kiểu như sau, nhưng khi thử khi có 1 số kiểu k chạy như mong muốn
có cái nào sai k nhỉ, xincamon
div :first-child{
}
div b:first-child{
}
div:first-child :first-child{
}
div:first-child b:first-child{
}
div:first-child b{
}
#id :first-child{
}
#id b:first-child{
}
#id:first-child b{
}
#id:first-child b:first-child{
}
#id:first-child :first-child{
}
p#id :first-child{
}
p#id b:first-child{
}
p#id:first-child b{
}
p#id:first-child :first-child{
}
p#id:first-child b:first-child{
}
.class :first-child{
}
.class b:first-child{
}
.class:first-child :first-child{
}
.class:first-child b:first-child{
}
.class:first-child b{
}
u.class :first-child{
}
u.class:first-child :first-child{
}
u.class:first-child b:first-child{
}
u.class b:first-child{
}
u.class:first-child b{
}