Xpath query and examples

In this post, we'll look at the commonly used XPath queries. We'll be using the following XML file as an example <-- HTML generated using hilite.me -...

October 19, 2018 2 min read

CSS Selectors

&lt;b> &lt;/b> Type Selector : Select elements by type e.g. Select all h1 elements and set the color to red h1 { color : red; } ID Selector : Sele...

October 12, 2018 5 min read