Syntax
ELEMENTS_BY_SELECTOR_QUERY(<string [containing HTML elements]>;<selector query>)
Description
Returns all elements that match the selector query as a list.
For more information on selector queries, see jsoup.org
Example
Download the example file: HTML_File_Example.html
...