Javascript Properties JavaScript Reference

Note:
Read-only property. 
Returns a reference to the parent element's next child. 
All the children of a single parent are referred to as siblings.
    
Syntax:
    
document.getElementById("elementID").nextSibling
document.all.elementID.nextSibling // IE only