팔만코딩경
/
Personal page
/
Contributors
/
5인미만사업장
/
Engineering Wiki
/
TypeScript(JS)
/
CSS 선택자
/
선택자 리스트
/
p:nth-last-of-type(2)
Search
Duplicate
Share
p:nth-last-of-type(2)
Example description
Selects every <p> element that is the second <p> element of its parent, counting from the last child
Selector
:nth-last-of-type(
n
)