Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h1>This is a heading</h1>
<p>To display an ampersand &amp, use the following entity: &amp;amp;. Or, you can also use &amp;#38; .</p>
</body>
</html>