Исправление ошибок
Тема:
ошибки
Исправьте ошибки в приведенном коде
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<title>Glossary<title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<body>
<a href="glosstop.html"><h1>Glossary of Terms</h1></a>
<span>
<h2><p>Algorithmic Oriented Language.</h2></p>
</span>
<span>
<h2><p>Creates new project</p></h2>
</span>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Glossary</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<a href="glosstop.html"><h1><a href="glosstop.html">Glossary of Terms</a></h1></a>
<span>
<h2><p>Algorithmic Oriented Language.</h2></p>
</span><span>
<h2><p>Creates new project</p></h2>
</span>
</body>
</html>