Source Code: (back to article)
<!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 &amp;larr; or &amp;#8592; for the left and &amp;rarr; or &amp;#8594;
for the right arrow.
</p>
</body>
</html>