Heim >Web-Frontend >HTML-Tutorial >关于css 样式表的基本问题,菜鸟求教_html/css_WEB-ITnose

关于css 样式表的基本问题,菜鸟求教_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:54:051151Durchsuche

h1 small,  .h1 small,  h1 .small,  .h1 .small{ font-size: 65%;}  

求前辈指点花括号前的所定义的四个对象分别是什么?


回复讨论(解决方案)

h1 small: h1标签内的small标签的样式,例如


.h1 small: h1样式内的small标签的样式,例如

h1 .small:h1标签内的small样式的样式,例如


.h1 .small:h1样式内的small样式的样式,例如

标签啊
http://www.w3school.com.cn/css/css_selector_descendant.asp

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn