Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLcontent modelsSingle-choice MCQ

The content model for the <p> element is 'phrasing content'. Given the markup below, why does the resulting DOM contain two sibling <p>-area elements rather than a <div> nested inside the first <p>?

<p>text<div>block</div>