Figure 1 shows both the page and a portion of its DOM.Figure 1: Sample page and a portion of its DOM.Locating Elements with XPathPer the specification on the W3C???s XPath page <a href="http://www.w3schools.com/xpath/,">http://www.w3schools.com/xpath/,</a> ???XPath is a language or grammar for addressing parts of an XML document?????? XPath enables you to navigate, query, and filter elements on an HTML page.