PHP ECHO HTML como texto

echo '<pre>';
echo htmlspecialchars($YOUR_HTML);
echo '</pre>';
Fragile Falcon