HTML Php

    $tidy = tidy_parse_file("clean.html", array("clean" => true));
    tidy_clean_repair($tidy);
    echo $tidy;
?>