what does "first-child" mean -- HTML???

Usually refers to XML nodes...

<item>
<subitem1 />
<subitem2 />
</item>

<subitem1 /> would be the first child of the <item> node...

Unless it means something completely different :D

ND
 
Back
Top