frontenddogma / web-development-glossary-forum

Forum for the living book and website for important, historic, and useful web dev terms
https://webglossary.info/
Creative Commons Attribution Share Alike 4.0 International
7 stars 1 forks source link

missing closing </p> tag #13

Closed mprizzuto closed 1 year ago

mprizzuto commented 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>

j9t commented 1 year ago

Thanks @mprizzuto! This is actually correct—i.e., valid (the </p> end tag is optional)—and intended (as an HTML writing style).