开发者

Firebug: nested <strong> tags

开发者 https://www.devze.com 2023-01-18 09:40 出处:网络
Here\'s the screenshot of my firebug installed in updated firefox. I\'ve noticed that the firebug shows hidden nestedta开发者_JAVA技巧g in the html tab. I don\'t know what causes this to happen...

Here's the screenshot of my firebug installed in updated firefox. I've noticed that the firebug shows hidden nested ta开发者_JAVA技巧g in the html tab. I don't know what causes this to happen...

Firebug: nested <strong> tags

Anyone?..Please help....Thanks...

And here's the html mark-up..

Firebug: nested <strong> tags


You most likely have invalid markup which may include extraneous opening tags or extraneous closing tags. Pay attention to inline elements that may contain block levels, which isn't allowed.

I would validate your HTML because the width attribute is an indication that the markup isn't the best it could be.

0

精彩评论

暂无评论...
验证码 换一张
取 消