We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The :skip-first (aka :skip) selector accepts a numeric argument representing the number of results to skip.
:skip-first
:skip
document.querySelector('a:skip(3)'); // Skip the first 3 <a> elements