Contents

[edit]

Tidy: Notice: nested emphasis ...

[edit]

Cause:

The same tag is containing himself. The second tag add no more information. This is not a HTML error.

[edit]

Example:

nested emphasis <b>

Good<b><b>This is bold</b></b>
Good<b>This is bold</b>
[edit]

Solution:

Remove one of the tags.

[edit]

References:

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