If you are a web developer then you have used many css selector to give styling to your web page. In this blog we are going to explore some rare but usefull selector of css
In simple way it select the next first sibling respectively tag.
Where + select next first sibling but ~ select all next sibling after tag.
Select all active link
Select all chcked input
Select all element that has no children
Select all enabled input
Select all element that is first element of its parent
Select all element that is last element of its parent(opposite of first-of-type)
Select all input element that has focus
Select all input element that has a value in a range
Select all input element that has a invalid value
Select all element with a lang attribute value start with language
On August 6, 1991, without fanfare, British computer scientist Tim Berners-Lee published the first-ever website while working at CERN, the huge particle physics lab in Switzerland