<!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>