HiggsBoson Registered Member Joined Jun 24, 2011 Messages 99 Reaction score 26 Sep 29, 2011 #1 What does "first-child" mean -- HTML??? Thanks
nesterdwarf Regular Member Joined May 30, 2008 Messages 276 Reaction score 549 Sep 29, 2011 #2 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 ND
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 ND