first-of-type
Let's say we wanted to target DOM Elements of a particular type inside a parent DOM container say a section.
<section class="plan">
<div>
Inner Content not in an inner enclosed DIV or DOM Element.
<div>Inner Content 1 in 1st plan...
css.co.in2 min read