Hi there new to css and there is something I don t understand for example
div.img img
{
display:inline;
margin:3px;
border:1px solid #ffffff;
}
what does the other img represent, what is this? I understand that the class called img is going to be applyed on the div tag in the html body but what is the other img?? is this like a recursion in programming something inside something?