Contents

[edit]

Tidy: Insert missing <title> element

[edit]

Cause:

HTML element <title> is missing, but required.

[edit]

Example:

Good<head></head>
Good<head><title>Mozilla</title></head>
[edit]

Solution:

Insert HTML element <title>.

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_17"