标签: css css-selectors
如何选择具有特定类的元素的所有元素?
例如......我希望所有表格单元格(td)仅来自具有特定类的表格。
td
答案 0 :(得分:4)
您使用CSS descendant combinator:
.foo td