Answers for "how to get the 4th child of an html element"

0

how to get the 4th child of an html element

var elem = document.querySelector('.abc el-tag:nth-child(4)');
Posted by: Guest on September-14-2021

Code answers related to "how to get the 4th child of an html element"

Browse Popular Code Answers by Language