很简单,CSS标签选择器是通过制定不同的类型来引用的,例如
CSS:
div{border:1px #333 solid;}
#test{width:200px;}.test{background-color:#333;}
html:
test test test
看懂了吗?