Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLDOM tree constructionSingle-choice MCQ

During tree construction, an `<a>` element left unclosed across a block boundary is reconstructed via the "list of active formatting elements" and the adoption agency algorithm. What does the algorithm produce for the markup below?

<a href="x">1<p>2</a>3</p>