To get next and previous sibling and its inner text we can use nextElementSibling and previousElementSibling property in Javascript, nextElementSibling returns the next element (not text and comment…