Closed mprizzuto closed 1 year ago
On page 14 (in the.pdf version) for the definition of Anonymous block box there is a missing closing </p> tag. I included the code snippet below <div>Some text<p>More text</div>
</p>
<div>Some text<p>More text</div>
Thanks @mprizzuto! This is actually correct—i.e., valid (the </p> end tag is optional)—and intended (as an HTML writing style).
On page 14 (in the.pdf version) for the definition of Anonymous block box there is a missing closing
</p>
tag. I included the code snippet below<div>Some text<p>More text</div>