tidy-html5/test/input/in_427833.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

13 lines
282 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Escape sequences</title>
</head>
<body>
<p>#include &lt;stdio.h&gt;</p>
<p>#include &#60;stdio.h&#62;</p>
<p>#include &#x3C;stdio.h&#X3e;</p>
</body>
</html>