The <title> element is required in all HTML and XHTML documents. This error is caused by a missing <title> element.
Insert the missing <title> element in the head section.
<head> <title>Mozilla</title> </head>