<script> var ent = prompt("Введите код", ''); document.write(ent.replace(/</g, '<').replace(/>/g, '>')); </script>