您好!很高兴为您答疑。
据您所述,您需要的是扩展CSS Usage,该扩展可以帮助您快速检索页面上哪些css规则被使用。
如果对我们的回答存在任何疑问,欢迎继续问询。
选择img标签里面class为tp1的元素,也可以直接写作:
.tpl{folat:left}这样写是为了避免在其他页面也设置相同的class名的时候,发生冲突,如
<style>.tp1{display:blockwidth:500pxheight:500px}
img.tp1{width:100pxheight:100px}//你可以注释点这一行样式看看效果
</style>
<div class="tp1">this is a test !</div>
<img src="imagelogo.gif" class="tpl">