About Lesson
:last-of-type
इस Class द्वारा Container के किसी Particular Type के Last Element को Target किया जाता हैं। यह Class :first-of-type के विपरीत कार्य करती हैं।
:nth-last-of-type()
यह pseudo class nth-of-type() की तरह ही कार्य करती है लेकिन इसमें counting bottom side से की जाती है।
:nth-last-child()
यह pseudo class nth-child की तरह ही कार्य करती है लेकिन इसमें counting bottom side से की जाती है।
:last-of-type
The last element of a particular type of container is targeted by this class. This works opposite to Class:first-of-type.
:nth-last-of-type()
This pseudo class works like nth-of-type() but counting is done from the bottom side.
:nth-last-child()
This pseudo class works like nth-child but counting is done from the bottom side.