Type the following on Notepad and fill in the blanks.
<!DOCTYPE html>
<html>
<head>
<title>First HTML</title>
<head/>
<body>
<h2>Character Entities</h2>
<p>less then entity is ___________</p>
<p>greater then entity is ___________</p>
<p>copyright entity is ___________</p>
<p>single quotation entity is ___________</p>
<p>double quotation entity is ___________</p>
</body>
</html>
less then entity is <
greater then entity is >
copyright entity is ©
single quotation entity is '
double quotation entity is "