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

An <image> start tag (not <img>) appears in body content. How does the 'in body' insertion mode treat this specific tag name, and what node ends up in the tree?

<body><image src="a.png"></body>