Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLparsing and tokenization statesSingle-choice MCQ

Consider the tag-name tokenization of the input below. How does the tokenizer treat the U+002F SOLIDUS in `<br/>` versus the one in `<div/>` for a non-void element?

<br/> <div/>content</div>