==== htmlSelect ====

Selects all fragments of an HTML string based on CSS Selector Syntax and returns Elements list.

^ Name			^ Type			^ Description ^
| html 			| STRING 		| The HTML string being converted.  | 
| selector 		| STRING 		| A string containing a CSS selector expression |
| RETURNS		| Elements		|  |