5 ms·
That is invalid syntax. Only phrasing content is allowed the p element (https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Content_categories#phrasing_con
by b2ccb2 8mo ago
That is invalid syntax. Only phrasing content is allowed the p element (https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Content_categories#phrasing_content https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Con...)
- jeroenhd 8mo agoThe second <p> is not inside of the first. The first <p> closes when the second <p> is encountered. The syntax is invalid, but that's because the final </p> has no opening <p> that it can close.