About Lesson
:last-child
इस Class द्वारा Parent Container के अंतिम Element को Target करने के लिए किया जाता हैं। यह Class :first-child के विपरीत कार्य करती हैं। इसका उपयोग अधिकतर P Elements को Target करने के लिए किया जाता हैं।
:nth-child()
यह एक ऐसी pseudo class है जिसके द्वारा आप किसी भी number के child element को target कर सकते है।
:last-child
This class is used to target the last element of the parent container. This works opposite to Class:first-child. It is mostly used to target P elements.
:nth-child()
This is such a pseudo class through which you can target the child element of any number.