March 2, 200917 yr hey guys, quick question, what does ">" mean in css, is it used in the context of #idname ul > li {display: inline} Meaning: Within the id of "idname" apply these styles to the ul and the li, (only within "idname" not the ul within "idname" and all the other li's throughout the site.) As opposed to writing this code: #idname ul {display: inline} and #idname ul li {display: inline} Not sure if im making sense, ive tried to write this in the clearest way I can think of however if anyone has any misunderstanding of what I mean please post back and ill try and explain clearer.
Create an account or sign in to comment