From Htmlpedia
Contents |
[edit]
Tidy: Notice: nested emphasis ...
[edit]
Cause:
A tag contains itself. The second tag adds no further information. This is not a HTML error.
[edit]
Example:
nested emphasis <b>
![]() | <b><b>This is bold</b></b> |
![]() | <b>This is bold</b> |
[edit]
Solution:
Remove the inner tags.
[edit]
References:
- HTML specification: http://www.w3.org/TR/html4/


