<!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 double quotation marks. To display them,
use &ldquo; or &#8220; for the left and &rdquo; or ” for t
he right double quotation marks.
</p>
</body>
</html>