Replacing Tags with CSS
<?php $tidy = tidy_parse_file("clean.html", array("clean" => true)); tidy_clean_repair($tidy); echo $tidy; ?>