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