Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
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.

 

error: Content is protected !!