$ cat foo.html | sed -e 's/</\</g' | sed -e 's/>/\>/g'
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
$ cat foo.html | sed -e 's/</\</g' | sed -e 's/>/\>/g'
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">