Insert missing <title> element

Cause:

HTML element <title> is missing, but required.

Example:

Good<head></head>
Good<head><title>Mozilla</title></head>

Solution:

Insert HTML element <title>.

References: