==== htmlSelectFirst ====

Selects the first fragment of an HTML string based on CSS Selector Syntax and returns an Element.

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