Revision: 12902
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 31, 2009 23:54 by angusdev
Initial Code
<html> <head> <style type="text/css"> p:first-child { color:blue; } </style> <head> <body> <div> <script>function dummy(){}</script> <p>I am a strong man.</p> <p>I am a strong man.</p> </div> </body> </html>
Initial URL
Initial Description
Refer to [This snipplr](http://snipplr.com/view/13653/css-firstchild-test/), added head and body section, even Firefox won't match first-child
Initial Title
css first-child test 2
Initial Tags
css, html
Initial Language
HTML