What is the difference between "/" and "//" in XPath?

What is the difference between “/” and “//” in XPath?

Hey,

Single Slash “/”: Single slash is used to create XPath with absolute path.

Double Slash “//”: Double slash is used to create XPath with the relative path.