'; if ($value===null) { $html.= $defaultValue; } else { $html.= $value; } $html.= ''; return $html; } }