HTML DOM Element nextElementSibling
HTML DOM Element nextElementSibling Property
The nextElementSibling property is a read-only property and it returns the next element in the same tree level.
Syntax:-
Its syntax is:- element.nextElementSibling
Return:-
Its return is:- nex sibling else null