styles
The variable styles is an associative array that holds all of this androHtml element's css style
properties. If you want to set a style property, you name the property as a key in the array, and
you set the value for the css property as the value for the key.
$htmlObject->style = 'float: right';