Set Outer HTML
Function to set the outer HTML of each Tag in this TagArray. This is equivalent to completely replacing each tag.
Prototype
public function setOuterHTML( $html )
Parameters
$html(string) - the new outer HTML
Return
This function doesn't return anything.