Insert missing <title> element
Cause:
HTML element <title> is missing, but required.
Example:
<head></head>
<head><title>Mozilla</title></head>
Solution:
Insert HTML element <title>.
References:
HTML specification:
http://www.w3.org/TR/html4/struct/global.html#h-7.4.2