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