$txt\n"; } function underline ($txt){ return "$txt"; } print tagWrap('b', 'make me bold'); print tagWrap('i', 'underline me too', "underline"); ?>