Contents
1
Tidy: Insert missing <title> element
1.1
Cause:
1.2
Example:
1.3
Solution:
1.4
References:
[
edit
]
Tidy: Insert missing <title> element
[
edit
]
Cause:
HTML element <title> is missing, but required.
[
edit
]
Example:
<head></head>
<head><title>Mozilla</title></head>
[
edit
]
Solution:
Insert HTML element <title>.
[
edit
]
References:
HTML specification:
http://www.w3.org/TR/html4/struct/global.html#h-7.4.2