<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h1>This is a heading</h1>
<p>
Example of using left and right arrows. To display them,
use &larr; or &#8592; for the left and &rarr; or &#8594;
for the right arrow.
</p>
</body>
</html>