0
What is the difference between #header{} and #header img{} in css
if we call this id <div id="header">
3 odpowiedzi
+ 1
#header img {} Selects all <img> elements inside id header div elements where
0
#header apply css on div and
#header img will apply css on all image inside that div
0
While we are not calling #header img it will be applied by calling <div id="header">