HTML Checking for Large Sites
Rocket Validator automatically scans your sites for accessibility issues using the W3C Validator,
hosted on our own servers and integrated into our web crawler.
No “p” element in scope but a “p” end tag seen.
An end tag </p>
has been found that cannot be matched for an opening tag <p>
. Most of the times this is due to closing the same tag twice, for example:
<p>some text</p></p>