top | item 46574262 (no title) b2ccb2 | 1 month ago That is invalid syntax. Only phrasing content is allowed the p element (https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Con...) discuss order hn newest jeroenhd|1 month ago The 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.
jeroenhd|1 month ago The 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.
jeroenhd|1 month ago
The syntax is invalid, but that's because the final </p> has no opening <p> that it can close.