<!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 single quotation marks. To display them,
use &lsquo; or &#8216; for the left and &rsquo; or &#8217;
for the right single quotation marks.
</p>
</body>
</html>