Contents |
A tag without cumulative effect is been applied twice to HTML text. It is useless and probably unintentional.
Here is a sample with <em> (emphasis). Two emphasis tags have the same effect as one.
![]() | <em>hello<em> world</em></em> |
![]() | <em>hello world</em> |
Remove the second tag.