子元素选择器
姓名:
兴趣爱好
运动
看书
旅行
我的特长:
擅长编写代码
擅长户外生存
擅长下厨
擅长打篮球
擅长唱歌,歌声悦耳动听
我的缺点:
喜欢熬夜
不喜欢社交
提交
ul li:first-child
form ul:first-of-type
ul li:last-child
form ul:last-of-type
ul li:nth-child(1)
ul li:nth-child(even)
ul li:nth-child(odd)
ul li:nth-child(3n+1)
ul li:nth-last-child(1)
form p:nth-last-of-type(1)
form p:nth-of-type(2)
p button:only-child
p input:only-of-type