HTML Php

    $options = array("show-body-only" => true);
    $tidy = tidy_parse_string("HelloWorld!", $options);
    echo $tidy;
?>