定义和用法
的:first-child选择器选择是他们的父母的第一个孩子的所有元素。
提示:使用:last-child选择器选择是他们的父母的最后一个子元素。
句法
$(":first-child")
试一试 - 示例
选择第一个<p>所有的元素<div>元素
如何选择第一个<p>所有的元素<div>元素。
区别:first和:first-child
显示的区别:first和:first-child选择。
区别:first, :first-child和:first-of-type
显示的区别:first, :first-child和:first-of-type选择。